You'll also need the
VB6 runtime if you don't have it already.
You'll need the latest Win95/NT External Module Develop Kit
as well.
The generated files:
The ModuleMaker folder contains two folders, [also] called ModuleMaker (for debugging the Visual Basic sources) and templates (for storing the _template.* files).
COPY the executable ModuleMaker.exe
into the
NeatTools\develop\
folder.
Or, simply run "setup".
Simply type in the name of the new external module (say, JNewExternalObj). (Make sure that there is no folder in NeatTools\develop\ with that name. If there is one, ModuleMaker will not write over it.) Then, click on CREATE.
A new folder NeatTools\develop\JNewExternalObj is created with the following files:
By opening JNewExternalObj.dsp, Visual C++ is invoked. It immediately gives the following dialog box. Just click "OK".
Now you can immediately build the external module:
Visual C++ creates the following files in NeatTools\develop\JNewExternalObj:
and produces the external module in NeatTools\develop