Quite some time ago I wrote my own disassembler for the 8088. I expanded it to the 80286 but that job isn't finished yet. I now also need one for the 80386. I can do two things: 1) expand my disassembler again or 2) use NDISASM. But NDISASM lacks some nice features my disassembler has. One thing I could do is add these features to NDISAM.
I tried building the original sources using Openwatcom. IIRC when installing Openwatcom it asked if it coud add itself to the PATH. I refused I don't like it if every program adds itself to the path. So before starting "wmake ...." I added the root directory and binnt to the path using a BAT file. But I still get errors: it cannot find various .h files like "assert.h", to be found in ...\openwatcom\h. I added this directory to the path as well, knowing that it most probably would not help, and unfortunately I was right.
The question: what did I forget / what did I wrong / am I missing something?
I hope somebody can help me. Thank you very much in advance!