Notes on 32-bit DLL calls from VB6

 

Note that for the 32 bit libraries the quantities passed as integers, either in library calls or via the BARCODE structure, are 32 bit integers and cannot be replaced by short integers. These quantities must be declared as int variables in C and Long in Visual Basic or the library calls will produce unexpected results.

 

 

More:

dBarcode-2D DLLs