if (!m_sock.Create(10000, SOCK_DGRAM, NULL))
{
MessageBox("error1");
}
if (!m_sock.Listen(5))
{
MessageBox("error2");                //执行了这句
}