Last updated on 31-May-2003

I recommend compiling avpatch.c with the Pacific C compiler, because it
supports 32-bit arithmetic in 8086 mode.
You can download the freeware version here:
http://www.hitech.com.au/products/pacific.html

Because of a bug in the Pacific C library, the remove() function doesn't
work in a Windows DOS box.
To fix this bug, replace the the remove() function in the library with
the one in remove.c.

---

You can also compile avpatch.c with the Digital Mars C/C++ Compiler.
Download the (Win32 only) freeware version here:
http://www.digitalmars.com/download/dmcpp.html

You need to download:
1) the Digital Mars C/C++ Compiler
2) the DOS 16 bit libraries

Compile avpatch.c with:
dmc -msd avpatch.c
(small code and data, DOS 16 bit)

The Digital Mars compiler only runs under Win32 and produces a slightly larger exe than the Pacific C compiler, but it doesn't have the remove() bug.
