CAsyncSocket中Create失败

在BOOL C...App::InitInstance()函数的中加入一下代码
if (!AfxSocketInit())
{
AfxMessageBox(IDP_SOCKETS_INIT_FAILED);
return FALSE;
}

你可能感兴趣的:(CAsyncSocket中Create失败)