PDA

Click to See Complete Forum and Search --> : Getting the Library and Class names


Edneeis
Dec 31st, 2001, 02:33 PM
I am making a program which takes plugins. The plugins are just ActiveX DLLs and I need to know the name of the Library and Classes in the dll. How can I get that?

For instance you load up the 1stPlug.dll and I need to show the library, something like 'MyPlug' and any classes in the dll, 'CSuperText'. The MyPlug would be the project name during the creation of the dll.

Like how the OLE Viewer gets the info.

Edneeis
Jan 2nd, 2002, 01:06 PM
Nevermind I found it. The key is the reference to the TypeLib Information objects.