Date: Wed, 22 Aug 2001 09:02:04 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: brk AT mail DOT eclipse DOT net (Brian Kennedy) Message-Id: <7458-Wed22Aug2001090203+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (brk AT mail DOT eclipse DOT net) Subject: Re: DJGPP Invalid Page Exception in W98SE References: 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 > From: brk AT mail DOT eclipse DOT net (Brian Kennedy) > Newsgroups: comp.os.msdos.djgpp > Date: Wed, 22 Aug 2001 02:26:42 GMT > > My problem is that I can't compile anything, including my first "Hello World" program. I get an error > message "... illegal operation and will be terminated ... invalid page exception, fault location: > 0028:65742F65 ..." Please post the entire text of the dialog box popped by Windows. It is particularly important to know what is the name of the program Windows claims was the one which performed the illegal operation, but other details are also important. > This message comes up when trying to compile from rhide or from the DOS command line with > gpp. I've tried making a "protected memory" DOS prompt, but it doesn't help. I'm running W98SE with 384MB > RAM, PIII550, not much of anything running in the Windows background. This problem is normally reported on Windows 2000. Are you sure you use Windows 98 SE? If it _is_ Windows 98, then perhaps some software installed on your system (antivirus?) somehow conflicts with DJGPP. Do other DJGPP programs, besides the compiler, also crash? What happens if you invoke `ls', for example?