m_pSocket = new CListeningSocket(this);
if( m_pSocket->Create(SOCKET_PORT) )
...
an error "10093" is got. Can anybody tell me what does that mean? thx