Tagged Questions
3
votes
3answers
2k views
What's behind the CAsyncSocket assertion problems and “improper argument” errors in my MFC sockets code?
I was asked to look at some code for a friend. (I rightly hesitated due to the MFC and lots of bad code, but he won...)
This is a dialog box based application that uses a CAsyncSocket.
The ...