|
-
April 20th, 1999, 10:28 AM
#1
About CAsynSocket
hi All?
I design a 'CPopSocket' class derived form CAsynSocket. I make following code .
CPopSocket * m_pPopSocket = new CPopSocket;
m_pPopSocket->Create();
... ( some POP3 operation )
m_pPopSocket->AsyncSelect(0);
delete m_pPopSocket;
After deleting m_pPopSocket, I find that there is FD_READ message in message queue sometimes ( 1%).
because m_pPopSocket has been destory. program display a Error Message.
I .don't kown Where Error is in .
any halp need !
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|