Is MINGW32 different from cygwin? Since we are not used to this environment I am not that familiar with all this.
If I want to compile and link an application that has wchar and wostream operations what should I do? Arthi -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Holger Krull Sent: Thursday, 26. April 2007 2:31 PM To: [email protected] Subject: Re: FW: Wide char support on cygwin Arthi N (RBIN/ECM2) schrieb: > Hello All, > > Using -mnocygwin I could compile wstring , but wostream > functions and wcswcs functions are not compiling on cygwin . If you are using -mnocygwin you are not compiling a cygwin application any more. Instead it is MINGW32. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/
