Re: FW: Wide char support on cygwin

2007-04-26 Thread Holger Krull
Arthi N (RBIN/ECM2) schrieb: > Is MINGW32 different from cygwin? Yes. If you use mingw you are not using the cygwin dlls at all. Maybe you should read the descriptions of both projects to decide which you want to use. If you want to port software from unix i think using cygwin is easier (that mea

Re: help :- startx doesn't work on Cygwin.

2007-04-26 Thread Larry Hall (Cygwin X)
Nisha wrote: > Hello, > > I installed cygwin on my WinXP system and accoording > to the further instructions given, i try to run > startx. I am getting the following error. > Please help. > > The extract of the last error is as below (I am > attaching the full error with this email.) > >

RE: FW: Wide char support on cygwin

2007-04-26 Thread Arthi N (RBIN/ECM2)
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

Re: FW: Wide char support on cygwin

2007-04-26 Thread Holger Krull
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. --