c++ - CAsyncSocket::Create fails in CWinThread::Initinstance but works in Constructor -


i have casynsocket derived class in cwinthread derived class

i use new , create create suspended create cwinthread

in cwinthread::initintance

i try casyncsocket::create program goes "south" code totally leaves initinstance when move code cwinthread constructor works

i'm baffeled

thanks


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -