日历

2008 7.4 Fri
  12345
6789101112
13141516171819
20212223242526
2728293031  
«» 2008 - 7 «»

日志分类

文章搜索

日志文章

2008年04月15日 10:13:25

wxWidgets只运行一个实例

例子中的语句错误
const wxString name = wxString::Format("MyApp-%s", wxGetUserId().c_str());
error C2664: 'Format' : cannot convert parameter 1 from 'char [9]' to 'const unsigned short *'

原因是:
wxT("MyApp-%s");

类别: 无分类 |  评论(0) |  浏览(667) |  收藏
发表评论