Board index » delphi » Client Threads and COM objects
Gustavo Hurtado
![]() Delphi Developer |
Fri, 05 Oct 2001 03:00:00 GMT
Client Threads and COM objects
Hi all,
I have the following: [Server] - Application Server Service for a Remote DataModule developed in Delphi [Client] - Standard n-tier Delphi 3.02 application Everything is working fine, but now in order to improve application How to make the DtmSIC instance, created in Application, visible for my I saw at Binh Ly's article that to allow access to COM need to marshall Here is where I miss the point. I'll need to marshall every IProvider object When I do the following I fall in an exception. procedure ThreadSICInterface.RDMAccess; procedure ThreadSICInterface.Execute; end; Thanks in advance. Gustavo Hurtado |