I'm using CSockets. Somethimes when I'm using my application (simple POP3-SMTP mailer) I got a Debug Assertion Error in sockcore.cpp line 851...
This is PumpMessages function and line is...
ASSERT(pState->m_hSocketWindow != NULL);

Does anyone know where's the problem...
I think that beta MFC patch mfc42b isn't the solution...