From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: conio.h (_inp/_outp) Date: Sat, 28 Mar 1998 00:58:02 -0500 Organization: Two pounds of chaos and a pinch of salt. Lines: 16 Message-ID: <351C916A.28E3@cs.com> References: <35193161 DOT 36C15B7D AT jhu DOT edu> NNTP-Posting-Host: ppp217.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Geoff Schoenbaum, MD, PhD wrote: > > Is there a problem using the conio.h file with djgpp? I am now getting > "undefined reference" errors when I try to build and my code uses the > "_inp" and "_outp" functions which I believe are in conio.h. You might be thinking about inp() and outp() which are defined in . The names are different in DJGPP than in Borland/Watcom. -- --------------------------------------------------------------------- | John M. Aldrich | "Waking a person unnecessarily | | aka Fighteer I | should not be considered a capital | | mailto:fighteer AT cs DOT com | crime. For a first offense, that | | http://www.cs.com/fighteer | is." - Lazarus Long | ---------------------------------------------------------------------