Date: Thu, 23 May 2002 07:50:23 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: Win2000 and nearptr In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On 22 May 2002, Rafal 'Raf256' Maj wrote: > > You cannot use nearptr facilities on Windows 2000, Windows NT, and > > Windows XP (and any other descendants of the NT family): those > > versions of Windows don't allow to define a huge segment limit for > > the data descriptor that is needed for nearptrs to work. > > and what is work around for this problem ? ther must be some way to acces > 0xB800:0000 in Win2000, is there ? Of course, there is a way: use farptr, or dosmemget/dosmemput, or one of the other methods described in some detail in section 18.4 of the DJGPP FAQ list.