| Posted: February 16 2005 at 1:25pm | IP Logged
|
|
|
I am trying to call EAN13(string ls_value) from PowerBuilder. However It creates an error calling. Do you know what datatype these functions return and is the barcode returned by reference?
Here is how I declared it:
function integer ean13(ref string text ) LIBRARY "mrvFontTools.dll"
|