First post, by Kahenraz
- Rank
- l33t
I'm compiling from Windows to DOS using the WATCOM C version 10.6 compiler and I'm able to build an executable. But when I try to run it either in Windows under NTVDM or in DOS I get an error "Program too big to fit in memory". I have plenty of conventional and XMS memory (I also tried with EMS) and have tried with and without EMM386. The program itself is only 133KB so there is plenty of room for the entire executable to be loaded into memory.
Everything in Phil's bench set works as well as Doom and Quake. The issue appears to be with my program.
Does anyone know what might be causing this error?