解决方法:

AfxMessageBox(("click"));
错误 error C2665: 'AfxMessageBox' : none of the 2 overloads could convert all the argument types
解决方法:
AfxMessageBox(_T("click"));
解决方法:
AfxMessageBox(("click"));
错误 error C2665: 'AfxMessageBox' : none of the 2 overloads could convert all the argument types
解决方法:
AfxMessageBox(_T("click"));
本文标题:VS2010出现:error C2664: 'CWnd:
本文链接:https://www.haomeiwen.com/subject/qhnhpxtx.html
网友评论