I have two com server .exes let say COM1 and COM2 which are respectively implementing two interfaces say I1 and I2. Now i am invoking the components using
Code:
CoCreateInstance(...)
Code:
CoCreateInstance(Com1,..)
Code:
CoCreateInstance(Com2,..)
Leave a comment: