Date: Tue, 05 Dec 2000 22:41:23 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <7458-Tue05Dec2000224123+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 In-reply-to: <90j6hb$ajd$1@nnrp1.deja.com> (message from dsralich on Tue, 05 Dec 2000 16:53:02 GMT) Subject: Re: djgpp and Win2k References: <90j6hb$ajd$1 AT nnrp1 DOT deja DOT com> 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: dsralich > Newsgroups: comp.os.msdos.djgpp > Date: Tue, 05 Dec 2000 16:53:02 GMT > > I too have had problems attempting to compile with DJGPP under Win2K. I > receive fatal errors from Win2K that DJGPP has attempted to access > memory locations with write access, and that Win2K has denied it. Please post the exact text of these messages and any other relevant information (registers, Dr Watson reports, etc.) > I would guess, that it probably has to do with DJGPP's use of memory > management (i.e. DOS protected). DJGPP doesn't use any ``DOS protected'' memory. It uses the DPMI interface to request memory from Windows. > I doubt it's going to start working until changes are made in DJGPP > itself with regards to NT/Win2K. DJGPP works quite well on NT 4. So this is not an issue with incompatibilities with NT, it's just that W2K introduced new exciting bugs into their emulation of DOS and their implementation of DPMI.