Date: Wed, 31 Mar 1999 13:18:02 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Sunil V cc: djgpp AT delorie DOT com Subject: Re: Load Error In-Reply-To: <3701C910.AB25742D@accord-soft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 31 Mar 1999, Sunil V wrote: > When I try to run my program it gives the following error message. > > Load Error : No DPMI memory. Please invoke the go32-v2.exe program without arguments and post what it prints. Also, describe how do you run your program. Is it from the DOS prompt or from inside some other program (like an editor or an IDE)? > The size of my .exe files is 284Kbytes. This problem has nothing to do with the size of the executable. The error message means that the startup code didn't find DPMI memory in which it wanted to load the protected-mode code.