Problem in a Delphi compiled DLL
Posted: Sun Sep 17, 2017 8:53 pm
With this instruction:
XLS:=TXLSReadWriteII5.Create(nil);
the dll Hangs. What's the problem?
In a compiled .EXE, this works ok. but not in DLL
XLS:=TXLSReadWriteII5.Create(nil);
the dll Hangs. What's the problem?
In a compiled .EXE, this works ok. but not in DLL