X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: 0xB800:0000 = ... ; Date: Mon, 13 May 2002 17:36:27 CDT Organization: Rice University, Houston TX Lines: 15 Message-ID: <3ce03feb.sandmann@clio.rice.edu> References: <3ce007f2 DOT sandmann AT clio DOT rice DOT edu> NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1021329715 6406 128.42.105.3 (13 May 2002 22:41:55 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: 13 May 2002 22:41:55 GMT X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > > Near pointers are not supported on Windows NT, Windows 2000, or > > Windows XP. If you use far pointers it will work on all platforms. > > And with method will work on every system ? can You give me some example ? I suggest you look at the FAQ sections mentioned by Eli eariler in this thread (it should work on all systems): Eli> I recommend farptr functions, see sections 10.2 and 18.4 of Eli> the DJGPP FAQ for details. > Or is this impossible to access directly videoram from DJGPP in XP ? If you use the farptr functions, it works fine on XP. There is also help on these functions in the on-line info help.