How can I generate the C++ files needed in referencing the functions and events ?

These instructions assume MS Visual Studio IDE
- Install a Ranger activex control on the development PC (found at www.sbullet.com)
- Add the Ranger control to the IDE toolbox
- Create a new C++ MFC dialog project in VS
- Drop the Ranger control onto a dialog in the project
- VS will automatically generate the C++ wrapper class files and add them to the project
- Integrate the C++ wrapper class files into the Java app project
- Use a source code reference to the Ranger object to instantiate the Ranger control at runtime