Click here to Skip to main content
16,009,407 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,

I have a COM exe and 2 dll's. These 2 dll's will use the interfaces of the COM exe.

I want only one instance of the COM exe to be running. How do I do this ?

Can a COM class be made singleton ? If yes, please let me know how to achieve this.

or any other approach to ensure that only one instance of the COM exe would be running would be appreciated.

Thanks.
Posted

1 solution

Hi please check the following discussion,
com local server[^]. Hope this will help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900