Steps to perform:
- Create in Microsoft Visual C++ 6.0 an MFC application (.dll or .exe);
- Go to the menu View, ClassWizard.
- Select an option Add Class…, from a type library.
- Browse to the location of your *.dll.
- A window, which displays the content of your *.dll, will appear. Select all classes you want to include in your project (Ctrl+A – select all content, or Ctrl + mouse click – for selecting a specific set of classes).
- Push the button Open. Header file *.h and *.cpp implementation file will be generated.
- Close the ClassWizard.
Now, all services you selected for use in you project are available!
