Message-ID: <8D79602FE339D311B9D90008C74906C404B0A038@mcbb05e.mcbbutler.usmc.mil> From: Madera Sgt David T To: "'djgpp AT delorie DOT com'" Subject: FW: Problems with DJGPP Date: Tue, 29 Aug 2000 06:43:10 +0900 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-4" Reply-To: djgpp AT delorie DOT com -----Original Message----- From: Laurynas Biveinis [mailto:lauras AT softhome DOT net] Sent: Monday, August 28, 2000 10:06 PM To: Madera Sgt David T Subject: Re: Problems with DJGPP Madera Sgt David T wrote: > > I just installed DJGPP with rhide to my PC at work/home and have been unable > to make it work completely with Windows 2000. The problem that I recieve is > that after I compile I recieve a message that states ntvdm.exe - Application > Error > The instruction at "0x0f048d8a" referenced memory at "0x01d10ffc". The > memory could not be "written". Could you please provide instructions on how > to make it work. If I do a build all it will compile and create an > executable but then it will blow up when I try to enter into the source > window again. Any help that you could provide will be greatly appreciated. This is a notorious problem. It seems like it's a bug in w2k, not DJGPP. It is triggered when one DJGPP program launches another, and it launches yet another in turn. Unfortunately, no fix/workaround is known. You might try to send ntvdm crash dump made with Dr. Watson to MS together with bug report, maybe somebody there would read it. If you urgently need to get your program compiled, you can do it from command line, not RHIDE. This is reported to work on NT. Sorry, I couldn't help much there. You might try comp.os.msdos.djgpp newsgroup or djgpp AT delorie DOT com mailing list (mailing list are newsgroup linked, no need to post in both). Laurynas