From: Eli Zaretskii To: Ivan Ferrara Cc: djgpp AT delorie DOT com In-reply-to: <39C64D3B.B6D6C8BD@inwind.it> (message from Ivan Ferrara on Mon, 18 Sep 2000 19:13:31 +0200) Subject: Re: NO DPMI MEMORY (III) References: <39C64D3B DOT B6D6C8BD AT inwind DOT it> Message-Id: <20000923183635.C83E423146@titan.progiciels-bpi.ca> Date: Sat, 23 Sep 2000 14:36:35 -0400 (EDT) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Mon, 18 Sep 2000 19:13:31 +0200 > From: Ivan Ferrara > > 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.