I have setup a simple exe and dll. I am attempting to dynamicly call a dll from an exe. In my simple example I am calling the dll and execution is passing to the Dll no problem. However, when the dll returns, execution ends, and does NOT resume in the exe as I would suspect.
I am using the fwh\samples\tutor01.prg as the dll example, and I am using the testdll.prg as the exe.
My environment is xharbour 0.99.51 - fwx v2.6 using borland compiler.
Can anyone point me in the proper direction on this issue?
Any help is greatly appreciated.