delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
From: | Hans-Bernhard Broeker <broeker AT physik DOT rwth-aachen DOT de> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: djgpp and borland tc 3.1 |
Date: | 5 Nov 2003 11:15:30 GMT |
Organization: | Aachen University of Technology (RWTH) |
Lines: | 19 |
Message-ID: | <boam4i$48f$1@nets3.rz.RWTH-Aachen.DE> |
References: | <12Kpb.409648$R32 DOT 13608951 AT news2 DOT tin DOT it> <usml3fhmo DOT fsf AT elta DOT co DOT il> <rl4qb.95395$e5 DOT 3511654 AT news1 DOT tin DOT it> |
NNTP-Posting-Host: | acp3bf.physik.rwth-aachen.de |
X-Trace: | nets3.rz.RWTH-Aachen.DE 1068030930 4367 137.226.32.75 (5 Nov 2003 11:15:30 GMT) |
X-Complaints-To: | abuse AT rwth-aachen DOT de |
NNTP-Posting-Date: | 5 Nov 2003 11:15:30 GMT |
Originator: | broeker@ |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
vittorio <vittorio AT blu35 DOT com> wrote: > void get_local_map (void far *map_store); > how can i use far pointers in djgpp? You can't --- they don't exist. You really should check out the FAQ for details and further recommendations. For a very rough first shot, it can be enough to #define far /*nothing*/ #define near /*nothing*/ #define huge /*nothing*/ In some central place. That will leave some special places to fix, though. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |