Project XXX.EXE raised exception class EOleSysError with message
'CoInitialize has not been called'. Process stopped.
Some examples of lines this happens on are:
TADOQuery* q_GetID = new TADOQuery(this);
TIniFile* MyINI = new TIniFile("MyINIFile.ini");
When I run my application as an application instead of a service, I do not
get this error. (I run it as an application by creating a new, normal
application project and include the main service form as part of the
project.)
Any suggestions or insight?
Kevin Saliga
ksa...@neurosource.com