more of an aspiration than a claim

Adding an ActiveX DLL to a C++ Project with Wrappers

Adding an ActiveX DLL to your Visual C++ project instructions:

Open the “Classwizard” (menu View/Classwizard)

Use the “Add Class” button and select “From a Type Library”.

Select the DLL and click OK.

Visual C++ will then create class (.cpp) and header (.h) file wrappers for your ActiveX DLL.