Date: Tue, 25 Mar 2003 11:43:36 -0500 Message-Id: <200303251643.h2PGhaN01746@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (Radical DOT NetSurfer AT delorie DOT com) Subject: Re: FP_SEG and FP_OFF References: Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk DJGPP does not have segments and offsets in the traditional sense. In any program that uses FP_SEG and FP_OFF, you *must* rewrite that part of the code completely, so that it copies data to/from DOS memory and uses DPMI services to invoke the interrupts. You can't do a simple port for them, sorry.