X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sun, 10 Feb 2002 07:55:00 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Altaf cc: djgpp AT delorie DOT com Subject: Re: Problem accessing FP_SEG and FP_OFF In-Reply-To: <3C65D85D.E661116E@charter.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com 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 On Sat, 9 Feb 2002, Altaf wrote: > I am trying to access FP_SEG and FP_OFF functions. Non of the DJPP's > header files have any reference to them. They are supposed to be in > dos.h. I wonder if I need to do something else. Here is a code that I am > trying to compile. > > If someone can send some solution? See sections 17.7 and 18.2 of the DJGPP FAQ list, they tell how to convert such code to something that works with DJGPP's protected-mode run-time environment.