日历

2008 10.16 Thu
   1234
567891011
12131415161718
19202122232425
262728293031 
«» 2008 - 10 «»

日志分类

文章搜索

日志文章

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) |  浏览(954) |  收藏
发表评论
看不清楚,换一张