Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <017701c11aa4$1f240ea0$9349d0d5@ttl3d.co.uk> From: "Clive Mayo" To: References: <000001c11a8f$fed34a30$d4c8c801 AT SPG> Subject: Re: Input/Output functions Date: Wed, 1 Aug 2001 17:07:54 +0100 MIME-Version: 1.0 Content-Type: text/plain;charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Server: VPOP3 V1.3.0b - Registered to: Tool Room Technology On Wednesday, August 01, 2001 2:43 PM Brian Hadwen wrote: > What header files/libraries are required to get access to input/output C > functions like _inp and _outp that I've used to access a PC parallel port > with Microsoft C++? > Thanks, > Brian Hadwen > There are no equivalent header files in cygwin. Use the Microsoft header file conio.h and compile using -mno-cygwin. That will work for 95 but not NT. If you are using NT checkout source code from Dr. Dobb's Journal. ftp://ftp.ddj.com/1996/1996.05/directio.zip Hope that helps -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/