Hi, We have an end-user client which has it's central logical components inside an singleton-COM object. (Not propper singleton, but it uses global variables internally, so it would fail.) So that there should be only one instance per exe-file. Convenient while making the client.
However, I should now make a "client-simulator" to test the server-side. I therefore which to make 20 instances of the client-component. If I could make each instance instanciate in its own exe-host, then the singleton-issue would be handled.
Is there possible to create a COM-instance in it's own, dedicated, host-process?
Regards Leif