Originally Posted by 0xC0000005
I have created a project with automation classes and - along with the executable - a type library is generated. Next, I use the ITypeLib interface to get information from the library. The library contains just about everything I would want to know about the class objects in the project but I haven't been able to get GUIDs of the objects.
For example, I create a CAutoObject and it is assigned a GUID for the IDispatch and one for the coclass. I build my project and then create an ITypeLib interface. From that interface I can get information about methods, properties, parameters, etc. but I have been unable to determine how to get the GUIDs or ICAutoObject.
Any ideas?