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 ...
0
votes
0answers
96 views

How does CAsyncSocket get associated with the CWnd message loop?

I got some legacy MFC library which makes use of CAsyncSocket. My application has a single UI thread, hence only one message loop. My questions are: How does the socket associate with the message ...
0
votes
2answers
518 views

CAsyncSocket::Close Crashes

Hey, im doing some client/server stuff in a windows service. Pretty much new to this stuff. The problem I'm encountering is that when I try to stop the service through Service Manager, it crashes. I ...