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.
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.