 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Dmitry Konnov Guest
|
Posted: Tue Dec 27, 2005 2:56 pm Post subject: DCOM question |
|
|
Hello!
I want to kill server side COM object without client interaction.
TTCOMServerImpl *a_Thread .....
while(a_Thread->GetUnknown()->Release())
{ int a; a++;};
I release references to object and expect it to be killed by COM
environment.
But the object seems still alive!
I put into it Beep()-s and hear that after references to the object is
removed
it still executes client methods.
This lasts until i touch by mouse server GUI , as if server WM_ messages
force COM environment to kill object actually.
When i touch server GUI by mouse - client throws exception - unable to call
method.
Please help me to Kill server side COM object without client interaction!
Thank you
And Happy New Year
Dmitry. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|