|
-
March 13th, 2007, 07:29 AM
#1
GUIDs from ITypeLib
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|