delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-bounces using -f |
From: | Charles Sandmann <sandmann AT clio DOT rice DOT edu> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: 0xB800:0000 = ... ; |
Date: | Mon, 13 May 2002 13:37:38 CDT |
Organization: | Rice University, Houston TX |
Lines: | 10 |
Message-ID: | <3ce007f2.sandmann@clio.rice.edu> |
References: | <Xns920D5D92F630Dadminraf256com AT 213 DOT 180 DOT 128 DOT 20> |
NNTP-Posting-Host: | clio.rice.edu |
X-Trace: | joe.rice.edu 1021315126 23206 128.42.105.3 (13 May 2002 18:38:46 GMT) |
X-Complaints-To: | abuse AT rice DOT edu |
NNTP-Posting-Date: | 13 May 2002 18:38:46 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 |
> > if(!__djgpp_nearptr_enable()) > > { printf("Could not enable nearptr access\n"); > In with situatuions this happens ? how can I prevent this problem ? Near pointers are not supported on Windows NT, Windows 2000, or Windows XP. If you use far pointers it will work on all platforms. Near pointers require address wrap, which isn't allowed on the NT family VDM.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |