Click here to Skip to main content
15,616,990 members

Comments by vasuvasanth (Top 4 by date)

vasuvasanth 22-May-13 1:57am View    
Thanks For quick solution.
vasuvasanth 8-Apr-13 4:24am View    
Actually it is a work around we are trying for some other problem.
The real problem is we are using a Wrapper dll on the COM Server.And we are trying to Call Release in dllmain( PROCESS_DETACH) function and we are facing problems in that.So we though we will send a message(by any windows message or using events) to Server so that it will call the release() function itself.
vasuvasanth 8-Apr-13 3:38am View    
Deleted
Actually it is a work around we are trying for some other problem.
The real problem is we are using a Wrapper dll on the COM Server.And we are trying to Call Release in dllmain( PROCESS_DETACH) function and we are facing problems in that.So we though we will send a message(by any windows message or using events) to Server so that it will call the release() function itself.
vasuvasanth 6-Apr-13 6:43am View    
Thanks for the quick reply.
I already made the server class as single tone.I am able to see if both the clients invokes the server in same mode(either both in admin or in normal mode).But problem is coming only both clients are in different mode.

Posted yesterdayEdited 2