This was successfully tested with Visual C 6; you should also be able to follow these instructions with the .Net release but this may infringe the Microsoft licence
1) Build the wxWidgets library
if required
To build the stc library, go
to the %WXWIN%\contrib\src\stcdirectory and type:
nmake -f makefile.vc clean
nmake -f makefile.vc
You should find
stc.lib has been
built
2) Build wxHatch
To build the wxHatch.exe, go to
the wxhatch directory and type
nmake -f makefile.vc clean
nmake -f makefile.vc
This will generate
wxhatch.exe
On to using the program