RE: FW: Wide char support on cygwin

2007-04-27 Thread Arthi N (RBIN/ECM2)
Thank you for the reply, from this reply, I shall concentrate more on cygwin. But I have included the needed header inspite of that I get the error !) error: ISO C++ forbids declaration of `wostream' with no type 2) error: `std::wostream' should have been declared inside

Re: FW: Wide char support on cygwin

2007-04-27 Thread Holger Krull
Arthi N (RBIN/ECM2) schrieb: But I have included the needed header inspite of that I get the error !) error: ISO C++ forbids declaration of `wostream' with no type 2) error: `std::wostream' should have been declared inside `std' 3) error: `wostream' is neither

RE: FW: Wide char support on cygwin

2007-04-27 Thread Arthi N (RBIN/ECM2)
The source code is attached. Errors got during compilation : wstreamtest.cpp: In function `int main()': wstreamtest.cpp:17: error: `wistringstream' undeclared (first use this f wstreamtest.cpp:17: error: (Each undeclared identifier is reported only each function it appears in.)

RE: FW: Wide char support on cygwin

2007-04-27 Thread Arthi N (RBIN/ECM2)
On unix we use Workshop6U2p1 for compilation. Thanks and Regards Arthi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Holger Krull Sent: Friday, 27. April 2007 3:16 PM To: cygwin-xfree@cygwin.com Subject: Re: FW: Wide char support on cygwin

Re: FW: Wide char support on cygwin

2007-04-27 Thread Holger Krull
Arthi N (RBIN/ECM2) schrieb: Errors got during compilation : wstreamtest.cpp: In function `int main()': wstreamtest.cpp:17: error: `wistringstream' undeclared (first use this f I get the same. Very weird. Looks as if porting from Sun isn't as easy as suspected. There is entry in

x-mouse not raising: bug or incompatibility?

2007-04-27 Thread Tristen Hayfield
Hi, I have encountered an issue with X11 when using the x-mouse feature of the TweakUI powertoy in Windows XP. I have not been able to reproduce this bug/issue without X11. To reproduce it, do the following: 1. enable the x-mouse feature of the TweakUI powertoy 2. minimise a taskbar-grouped

disabling tcp sockets problems with winClipboardProc, winInitMultiWindowWM and winMultiWindowXMsgProc

2007-04-27 Thread Raul Acevedo
If I add -nolisten tcp to startxwin.sh, and change export DISPLAY=127.0.0.1:0.0 to export DISPLAY=:0.0, X half works. I get errors from winClipboardProc, winInitMultiWindowWM and winMultiWindowXMsgProc because they still think DISPLAY=127.0.0.1:0 and thus presumably try to listen on port 6000. I