From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp Subject: Re: Trouble executing compiled executable Date: Sat, 11 Sep 1999 19:38:24 -0500 Organization: Rose-Hulman Institute of Technology Lines: 37 Message-ID: <7respj$8e4$1@solomon.cs.rose-hulman.edu> References: <7reos0$rv9$1 AT nslave1 DOT tin DOT it> NNTP-Posting-Host: yerricde.laptop.rose-hulman.edu X-Trace: solomon.cs.rose-hulman.edu 937096819 8644 137.112.205.146 (12 Sep 1999 00:40:19 GMT) X-Complaints-To: news AT cs DOT rose-hulman DOT edu NNTP-Posting-Date: 12 Sep 1999 00:40:19 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com paolo wrote in message news:7reos0$rv9$1 AT nslave1 DOT tin DOT it... > I'm John from Italy, > > Under window98 shell, > compiling hello.c and make .exe file > but when I try to execute them an > error message occurs from DOS: > > "Not enought memory to execute program" To isolate your problem, try running it in DOS mode (you'll need CWSDPMI for this). > I've 620k of base memory free. 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) because they use mostly extended memory. > Why, Help me please! 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. The DOS version of Quake 1 is a DJGPP program; does it run? The popular puzzle game DOSArena (available from my home page) is a DJGPP program; does it run? HTH (hope this helps) Damian Yerrick http://come.to/yerrick