Date: Sun, 30 Nov 1997 13:39:46 +0200 (IST) From: Eli Zaretskii To: Richard Sim cc: djgpp AT delorie DOT com Subject: Re: Load error: no DPMI memory...what does this mean In-Reply-To: <01bcfd2e$fa89f780$0300000a@nutter> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 30 Nov 1997, Richard Sim wrote: > Hi all, could someone please tell me what 'Load error: no DPMI memory' > means, It means that the available DPMI memory is not enough to load your program into memory. > 'cos everytime I try to run a program I wrote it says this, I know > that I have enough memory, 64mb of it! I'm also not out of hdd space for > virtual memory since there's also 2.5 gb free there, what's going on!!! Details, please. - What OS is that (DOS, Windows 3.X, Windows 9X, what version)? - If you run on plain DOS (no Windows), what memory manager do you use, and how did you configure it? - What does go32-v2 print when invoked with no argument, in precisely the same way as you run your program which fails? - Did you run your program from the DOS prompt, or in some other way (e.g., from inside another program)? - Do other DJGPP programs, such as gcc, work for you in the same environment? - How much memory should your program need (estimated)?