Click to See Complete Forum and Search --> : How to connect a server


chinajiang
April 19th, 1999, 11:04 AM
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.

N garg
April 30th, 1999, 09:48 PM
Try using CLSIDFromProgID
followed by CoCreateInstance.

Hope this helps...