I have a very small, simple program that I want to compile for DOS.
The program itself works fine. It's console-only. It just opens a file, reads some data, and writes a new file after parsing the first file.
It has to run in DOS.
I've had some success with DJGPP, but I have to use DPMI if I use that.
Maybe I just need the right command-line options.
I have tried the following compilers:
MSYS/MinGW
Microsoft Visual C++ Toolkit 2003
Borland C++ compiler
I have about a half-dozen other compilers that I have downloaded, but not tried yet.
Am I missing something that should be obvious?
--
-- Ghodmode
The program itself works fine. It's console-only. It just opens a file, reads some data, and writes a new file after parsing the first file.
It has to run in DOS.
I've had some success with DJGPP, but I have to use DPMI if I use that.
Maybe I just need the right command-line options.
I have tried the following compilers:
MSYS/MinGW
Microsoft Visual C++ Toolkit 2003
Borland C++ compiler
I have about a half-dozen other compilers that I have downloaded, but not tried yet.
Am I missing something that should be obvious?
--
-- Ghodmode