I write a server com dll,it's progID is "ATLAuto.SimpleATL.1",and there have a interface ISimpleATL,How to realize the interface and invoke it's method with VC,please in details.Thanks.
Printable View
I write a server com dll,it's progID is "ATLAuto.SimpleATL.1",and there have a interface ISimpleATL,How to realize the interface and invoke it's method with VC,please in details.Thanks.
Try using CLSIDFromProgID
followed by CoCreateInstance.
Hope this helps...