Page 1 of 1

Could u please tell me where the function

PostPosted: Wed Feb 16, 2005 12:00 pm
by gattu (legacy member)
Could u please tell me where the function prototypes are listed for windows dll?
http://www.morovia.com/font/support/font-dll.asp

Re: Could u please tell me where the function

PostPosted: Wed Feb 16, 2005 12:59 pm
by glitch (legacy member)
All the function prototypes are list in this article, Function Prototype section.

http://www.morovia.com/font/support/font-tool.asp

Re: Could u please tell me where the function

PostPosted: Wed Feb 16, 2005 1:25 pm
by gattu (legacy member)
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:

Code: Select all
function integer ean13(ref string text ) LIBRARY "mrvFontTools.dll"

Re: Could u please tell me where the function

PostPosted: Thu Feb 17, 2005 10:28 am
by glitch (legacy member)
All the functions take a prototype:
Code: Select all
string Function(ref string data)