Menu

#1351 2.6.6: wx gui: some string literals are not wide chars

fixed_in_SVN
closed
None
1
2014-07-27
2014-07-16
John Cronin
No

wx gui: building on 64-bit Ubuntu/wx 2.8 fails on 2 Printf functions in gui/wx.cc and the wxTextCtrl constructor in gui/wxdialog.cc as the string literals are chars rather than wchar_t - fix is to enclose the literals in wxT() macro.

Discussion

  • Volker Ruppert

    Volker Ruppert - 2014-07-27
    • status: open --> closed
    • assigned_to: Volker Ruppert
    • Group: pending --> fixed_in_SVN
     
  • Volker Ruppert

    Volker Ruppert - 2014-07-27

    Fixed in SVN now.

     

Log in to post a comment.