I have finally managed to get my DLL calls working, I can call the function, and get a correct string return. however I now get a crash from esignal when exiting
The error is :-
"Exception EInvalidPointer in module mydll.dll at 00002740"
I get the same error even if I use different examples of test dlls I have got.
Anyone seen this before?
TJ
The error is :-
"Exception EInvalidPointer in module mydll.dll at 00002740"
I get the same error even if I use different examples of test dlls I have got.
Anyone seen this before?
TJ
Comment