X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Hans-Bernhard Broeker 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: References: <12Kpb.409648$R32 DOT 13608951 AT news2 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 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.