On 05 April 2007 13:09, smanchanda wrote: > hello dear, > > i'm facing problem in including dos.h file in an application of c++ > through cygwin. inclusion of this file is essential. please guide me some > solution.
dos.h is part of the mingw-runtime package. http://cygwin.com/cgi-bin2/package-cat.cgi?file=mingw-runtime%2Fmingw-runtime- 3.12-1&grep=dos.h Make sure you've got it installed, then add -mno-cygwin to your compiler flags, then please send any followup questions to a mingw mailing list, not here, because you aren't really using cygwin any more, you're compiling a mingw program, and you won't be able to get as good advice here as you would there. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/