This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Input/Output functions


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]