出错信息:error C2146: syntax error : missing ';' before identifier 'm_sConnectSocket'代码如下:
#include "MySocket.h"
/////////////////////////////////////////////////////////////////////////////
// CTalkDlg dialogclass CTalkDlg : public CDialog
{
// Construction
public:
CMySocket m_sConnectSocket;
CMySocket m_sListSocket;
.......