Board index » delphi » Why Am I getting this EOLESysError?
Mark Reichert
![]() Delphi Developer |
Sun, 07 Jul 2002 03:00:00 GMT
Why Am I getting this EOLESysError?
I'm trying to run some ADO components from a datamodule in a DLL (I'm
testing whether it is possible to do this for easy swapping in and out of interfaces to various different but similar data sources). One of the exported procedures of the datamodule unit and the DLL itself is procedure CreateDM; which is trying to create the datamodule and store the pointer in the global The problem is that I get an EOLESysError in the Create. Specifically, the Does something extra, like a manual call to CoInitialize, have to be done to Thanks in advance for any help. -- |