ChristianB
03-27-2020, 02:45 AM
Hi all,
I'm trying to implement a Windows API using the call dll function in SB. Consider the following lines of code, which either terminates SB directly or reports a GPF depending on running as test or debug:
4979
Any ideas what could be wrong? I've also tried to define the kernel32.dll as %SYSDIR32%\kernel32.dll but same result. :eek:
PS: I've also tried to implement this windows API in Clarion (for those familiar with that! :-)) such as this, which works just fine:
4980
Any input appreciated! :)
--
Best regards,
Christian
I'm trying to implement a Windows API using the call dll function in SB. Consider the following lines of code, which either terminates SB directly or reports a GPF depending on running as test or debug:
4979
Any ideas what could be wrong? I've also tried to define the kernel32.dll as %SYSDIR32%\kernel32.dll but same result. :eek:
PS: I've also tried to implement this windows API in Clarion (for those familiar with that! :-)) such as this, which works just fine:
4980
Any input appreciated! :)
--
Best regards,
Christian