Date: Wed, 29 Apr 1998 10:50:17 +0300 (IDT) From: Eli Zaretskii To: TAKASE Shigeto cc: djgpp AT delorie DOT com Subject: Re: Where is segread()? In-Reply-To: <3545C44E.1D0B@ewb.dec.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 28 Apr 1998, TAKASE Shigeto wrote: > I can't find segread() in dos.h There is no such function. It doesn't make sense in the DJGPP environment, since passing buffers to real-mode functions is so much different in DJGPP programs. Please read sections 18.1, 18.2 and 18.4 of the DJGPP FAQ list (available as v2/faq210b.zip from the same place you get DJGPP), which explains how this is done in DJGPP.