// mywsDlg.h : header file
//#include"LSock.h"/////////////////////////////////////////////////////////////////////////////
// CMywsDlg dialogclass CMywsDlg : public CDialog
{
// Construction
public:
CMywsDlg(CWnd* pParent = NULL); // standard constructor
//    void acceptclient();
// data m_dat;          //就是这个data 类型
// LSock.h : header file
//
class CMywsDlg;
typedef struct{char m_strname[255];
char m_bddata[255];
bool m_bonline;
} data;       //data 类型的定义当编译时,是没有错误的,但是一执行,
windows 会提醒你
myws.exe 遇到问题需要关闭。我们对此引起的不便表示抱歉。