Board index » delphi » Threads and COM - Basic question
RHTuttle
![]() Delphi Developer |
Sat, 08 Nov 2003 04:22:48 GMT
Threads and COM - Basic question
Using D5 pro,
I have an out of Proc COM server(COM) that I want to update from procedure Tform1.refreshList; However, this takes some time and I don't want my app to have to wait procedure TPpliCliRefreshThread.Execute; However I get an EoleSysError telling me coinitialize was not called. Any help is greatly appreciated, I am obviously not grasping something Ralph |