From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Trouble executing compiled executable Date: Mon, 13 Sep 1999 13:50:19 +0200 Organization: NetVision Israel Lines: 19 Message-ID: References: <7reos0$rv9$1 AT nslave1 DOT tin DOT it> <7respj$8e4$1 AT solomon DOT cs DOT rose-hulman DOT edu> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 937223348 3819 199.203.121.2 (13 Sep 1999 11:49:08 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 13 Sep 1999 11:49:08 GMT X-Sender: eliz AT is In-Reply-To: <7respj$8e4$1@solomon.cs.rose-hulman.edu> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 Sat, 11 Sep 1999, Damian Yerrick wrote: > Programs built with DJGPP only need about 64 KB or so > of conventional memory (C.O.M.D readers please help me > on this figure) The correct figure is in the FAQ (section 15.8): 18KB for running in the Windows DOS box. > If you are running a lot of programs at once in Windows 98, > or your computer have less than 32 MB of physical RAM, > there may not be enough to fit even the smallest DJGPP > program into memory. This might happen, but in no case should this cause the error message that was posted ("Not enought memory to execute program"). The message in the case you describe is different ("Load error: no DPMI memory").