wxString Printf (undocumented ?) limitation on MSW
Baldassarre Cesarano
baldassarre.cesarano at eunics.it
Wed Nov 8 04:14:58 PST 2006
Please confirm this:
wxString StringTest1;
StringTest1.Printf( "%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d
%d %d %d %d %d %d %d ",
1, 2, 3, 4, 5, 6, 7, 8,
9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25
);
result:
StringTest1 = "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 d d d d d d d d d "
Same with long (%ld)
Ciao
Baldo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20061108/617a9f51/attachment.htm
More information about the wx-users
mailing list