全部博文(245)
分类: WINDOWS
2010-08-09 18:06:37
error C2665: 'AfxMessageBox' : none of the 2 overloads could convert all the argument types
c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxwin.h(5025): could be 'int AfxMessageBox(LPCTSTR,UINT,UINT)'
c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxwin.h(5027): or 'int AfxMessageBox(UINT,UINT,UINT)'
while trying to match the argument list '(const char [22])'
AfxMessageBox(TEXT("注意安全!"));