(wx-2.8.7) wxString operator <<(int) does not work under windows

Vadim Zeitlin vadim at wxwidgets.org
Sun Dec 30 15:36:25 PST 2007


On Sun, 30 Dec 2007 12:02:28 +0100 JC Francois <jc.francois at gmail.com> wrote:

JF> The following code works OK under Linux but not under Windows:
JF> 
JF>     wxString Str;
JF>     int Int = 10;
JF>     float Float = 3.14;
JF>     Str << wxT("Int = ") << Int << wxT(" Float = ") << Float;
JF>     wxLogDebug(Str);
JF> 
JF> Ouptut under Linux: Debug: Int = 10 Float = 3.140000
JF> Output under Windows: Debug: Int =  Float =

 I don't see this. Please provide more details about your build environment
and options.

 Regards,
VZ

-- 
TT-Solutions: wxWidgets consultancy and technical support
               http://www.tt-solutions.com/




More information about the wx-users mailing list