例子中的语句错误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 条评论