- Wei Yan
- PowerBuilder
- Friday, 11 October 2019 12:31 AM UTC
I'm new to PowerBuilder development. I started working on a legacy system, which was recently upgraded to PB 2017 and OS is window 10.
I can build / deploy / run EXE runs perfectly. However, when I run / debug in IDE then I got Error saying - Bad runtime function reference at line ** in function *****. this is throw at a function call which is in a C++ DLL.
DLL and EXE are in the same folder.
----- below is PowerBuilder source code -----------------
function int feGetDLLInfo( ... ) libarary "lc_felmi.dll" alias for "feGetDLLInfo:Ansi"
-------------------------------------------------------------------
I really want to know if anything can be done to enable the debug capability.
Thanks!
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.