From: "DeHackEd" References: <6ht8va$pau$1 AT orudios DOT magnet DOT at> Subject: Re: pointers under DJGPP Date: Sat, 25 Apr 1998 19:57:50 -0400 Lines: 15 Message-ID: Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Segments and offsets don't really exist anymore. All code is 32 bit and compiled on the large/huge memory model. GNU C will reject the keywords near and far because they have no meaning, so feel free to take them right out of the code. But if you truely want DJGPP to have near and far pointer support, look in the file djgpp\include\sys\nearptr.h and farptr.h. DPMI is hard to work with directly at times, and protected mode takes the fun out of programming, but better your program crashes than the whole computer. -- "DeHackEd" EMail address not given out due to low-life spammers.