vs一些报错:d:\visual studio 2010\projects\chat_client\chat_client\chat_clientdlg.cpp(174): error C2665: “AfxMessageBox”: 2 个重载中没有一个可以转换所有参数类型
1> d:\program files\microsoft visual studio 10.0\vc\atlmfc\include\afxwin.h(6699): 可能是“int AfxMessageBox(LPCTSTR,UINT,UINT)”
1> d:\program files\microsoft visual studio 10.0\vc\atlmfc\include\afxwin.h(6701): 或 “int AfxMessageBox(UINT,UINT,UINT)”
1> 尝试匹配参数列表“(const char [17])”时
1>d:\visual studio 2010\projects\chat_client\chat_client\chat_clientdlg.cpp(181): error C2665: “AfxMessageBox”: 2 个重载中没有一个可以转换所有参数类型
1> d:\program files\microsoft visual studio 10.0\vc\atlmfc\include\afxwin.h(6699): 可能是“int AfxMessageBox(LPCTSTR,UINT,UINT)”
1> d:\program files\microsoft visual studio 10.0\vc\atlmfc\include\afxwin.h(6701): 或 “int AfxMessageBox(UINT,UINT,UINT)”
1> 尝试匹配参数列表“(const char [9])”时
1>d:\visual studio 2010\projects\chat_client\chat_client\chat_clientdlg.cpp(190): error C2065: “m_msg,”: 未声明的标识符
1>d:\visual studio 2010\projects\chat_client\chat_client\chat_clientdlg.cpp(190): error C2143: 语法错误 : 缺少“)”(在“常量”的前面)
1>d:\visual studio 2010\projects\chat_client\chat_client\chat_clientdlg.cpp(190): error C2059: 语法错误:“)”
|