Hy All,
I'm using Powerbuilder 10.5.
I need to upgrade anapplicationthatis usingthe Zebra libraryZBRPrinter.dllto usethe new Zebra libraryZMotifPrinter.dll.
In current application I'm using the ZBRPrinter.dll functions after they have beendefinedasglobalexternal functions
such as :
such as :
SUBROUTINE ZBRPRNGetSDKVer (Ref long major ,Ref long minor ,Ref long engLevel ) LIBRARY "ZBRPrinter.DLL" alias for "ZBRPRNGetSDKVer;Ansi"
Using the same technique, but withthe new library ZMotifPrinter.dll Iget the error : "Bad Runtime function reference ..."
I didthe test usingthe following simple function:
FUNCTION string GetDriverName( string deviceName ) LIBRARY "ZMotifPrinter.dll" alias for "GetDriverName;Ansi"
Any ideaabout thereasonof this error ?
any suggestions onhow to investigate?
any helpwill be 'appreciated
thanks in advance
regards
saverio