This is the mail archive of the cygwin@sources.redhat.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: #including <tchar.h> using gcc on Cygwin


Dave Brolley wrote:

> Hi,
>
> I'm trying to use gcc to compile an application on Cygwin which
> #includes <tchar.h>. In searching my system, I see a tchar.h in
> /usr/include/mingw32, but the compiler doesn't seem to be finding it. Is
> it safe for me to add -I/usr/include/mingw32 to my compile options, or
> is there a more appropriate way to pick up this header?
>

Hmm...  Must not be POSIX.  Must be ANSI.  Or perhaps some MS extention.
Is your program typically a UNIX or a DOS program?  Do you need the Cygwin
pathing structure or would DOS pathing structure work for you?

>
> BTW, what does mingw32 stand for anyway? :-)

See the http://www.mingw.org website for more information about MinGW
(Minimalist GNU for Windows).

Cheers,
Earnie.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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