Quantcast
Channel: SCN : Discussion List - PowerBuilder Developer Center
Viewing all articles
Browse latest Browse all 2881

Global external functions using power builder 12.5.2

$
0
0

Hi,

I am brand new at this. We have migrated an application from power builder 6.5 to power builder 12.5.2

 

Everything went well until the point where we encountered a global external function reference issue

 

This function is referenced through a DLL file, has the way the referencing of external functions changed?

 

this is the current definition of the function:

 

Public  FUNCTION Integer LABELS ( ref string userid, ref string pswd, ref string prefix, ref string pkgno, ref string jd) LIBRARY  "C:\pathtofile\labels2.dll" ALIAS FOR "LABELS;ansi"

 

However when the code gets to calling this particular function, it says it cannot find the reference.

 

What can be the cause of this? Is the global definition not correct?

 

I would appreciate any help you guys can provide. we have been on this for over a week!

 

-Luis


Viewing all articles
Browse latest Browse all 2881

Trending Articles