Installing WxWin Watcom
Jump to navigation
Jump to search
- Download and install Open Watcom e.g. to C:\watcom
- Download and install wxWin to e.g. C:\wx
- Additionally set environment var
- WXDIR=C:\wx
- WXWIN=C:\wx
- Compile wxWin libraries as described in C:\wx\docs\msw\install.txt for Watcom
- Step 3 of the this install.txt didn't work because of unresolved references. To resolve this do
- Add a line to C:\wx\src\makewat.env below the (LIBS) stuff just before the last line like this:
- $(WATLIBDIR)\wsock32.lib &
- Add a line to C:\wx\src\makewat.env below the (LIBS) stuff just before the last line like this:
- Now you can compile C:\wx\samples\minimal