Date: Tue, 13 Oct 1998 18:08:52 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Erik Rodriguez Ruiz cc: djgpp AT delorie DOT com Subject: Re: Problem with __djgpp_nearptr_enable() In-Reply-To: <01bdf2f1$1688b4e0$168822c8@tequila.abits.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 8 Oct 1998, Erik Rodriguez Ruiz wrote: > I want to access video memory to make some graphics, i don't have the > problem with Win95 but with every NT machine is the same problem. The DJGPP FAQ explains in section 18.6 that the nearptr method doesn't work on NT. If you want your program to work on NT, you will have to scrap nearptrs and do it in a different way (check out section 18.4 of the FAQ for some alternatives).