Mail Archives: djgpp/2000/09/23/14:37:02
> Date: Mon, 18 Sep 2000 19:13:31 +0200
> From: Ivan Ferrara <ifalpsfun AT inwind DOT it>
>
> Here's a code compiled and linked with DJGPP. I'm working under WINDOWS
> 98 and, after a double click on the EXE file, I get this error message
> : "LOAD ERROR: NO DPMI MEMORY"
Most probably, Windows tries to run this program in the so-called "DOS
Mode", whereby Windows is shut down. DJGPP programs need a DPMI
server, which is shut down together with Windows.
To solve this, either change the program's properties to not run it in
DOS Mode, or download CWSDPMI (v2misc/csdpmi4b.zip from the usual
DJGPP sites) and put cwsdpmi.exe in the same directory where your
program lives.
- Raw text -