CSocket possible bug on win2k
-
Hello CSocket of mfc70 and mfc71 works properly under Win98 and WinXP, but have a bug with CSocket::OnReceive() under Win2k. is there any solution ? thank you.
-
Hello I tested some apps like CHATSRVR/CHATTER (vc++ sample) under win98, winxp and win2k (with mfc70 and mfc71). on win2k CSocket::OnReceive() receives only 5 to 10 messages, then nothing will be captured. but if we build the same apps with vc++ 6.0 (mfc42), it will be ok. thank you.
-
Hello I tested some apps like CHATSRVR/CHATTER (vc++ sample) under win98, winxp and win2k (with mfc70 and mfc71). on win2k CSocket::OnReceive() receives only 5 to 10 messages, then nothing will be captured. but if we build the same apps with vc++ 6.0 (mfc42), it will be ok. thank you.
Oh, I am still working with VC++ 6.0 (mfc42) and cannot help you. And I have a problem, too. Could you do me a favor? When I use winsock (CSockect e.g.) to recieve the message of websites by sending "Get ...", majority are no problem but others can't work. I opened these ones in IE, They displayed a Security Alert messagebox with "Information you exchange with this site cannot be viewed or changed by others. However, there is a problem with the site's security certificate." Why I recieve nothing under this condition?