错误 1 error C2664: ''CFrameWnd::Create'' : cannot convert parameter 2 from ''const char [16]'' to ''LPCTSTR''
错误 2 error C2664: ''strcpy'' : cannot convert parameter 1 from ''WCHAR [32]'' to ''char *''
错误 3 error C2039: ''CreateFontIndirectA'' : is not a member of ''CFont'' ..
错误 4 error C2039: ''TextOutA'' : is not a member of ''CPaintDC'' ..
错误 5 error C2039: ''TextOutA'' : is not a member of ''CPaintDC'' ...
类似如这样的问题,可以通过以下
解决方法:项目属性—〉配置属性—〉常规—〉字符集—〉多字节字符集
本文解决在使用多字节字符集(MBCS)时遇到的典型编译错误,例如参数类型不匹配和成员函数未找到等问题,并提供具体的配置调整步骤。
873

被折叠的 条评论
为什么被折叠?



