This was successfully tested with the OpenWatcom Compiler (version 1.x) - available for free from http://www.openwatcom.org/download/download_licenses.html
1) Build the wxWidgets library
if required
To build the library, run a command window, go to the %WXWIN%\src\msw directory and type:
wmake -f makefile.wat cleanYou should find that the %WXWIN%\lib directory now has a set of *_w.lib files
wmake -f makefile.wat
To build the stc library, go to the %WXWIN%\contrib\src\stcdirectory and type:
wmake -f makefile.wat cleanYou should find that the stc library has been built
wmake -f makefile.wat
2) Build wxHatch
To build the wxHatch.exe, go to the wxhatch directory and type
wmake -f makefile.wat clean
wmake -f makefile.wat all
This will generate
wxhatch.exe
On to using the program