Creating Multiple instances for com object problem
-
Hi All, I am using one com dll and have multiple clients on the same machine which are creating pointers for same interface, so is there can be any conflict. Example: SomeComComponentLib::IsomeInterface objInterfaceptr; .....create instance Now all the client applications are using objInterfaceptr in same way...Please provide me some suggestion to avoid conflict.
Thanks A Ton Ash_VCPP walking over water is just knowing where the stones are.....
-
Hi All, I am using one com dll and have multiple clients on the same machine which are creating pointers for same interface, so is there can be any conflict. Example: SomeComComponentLib::IsomeInterface objInterfaceptr; .....create instance Now all the client applications are using objInterfaceptr in same way...Please provide me some suggestion to avoid conflict.
Thanks A Ton Ash_VCPP walking over water is just knowing where the stones are.....
I guess there won't be any conflicts as COM components are not confined to a single process.