Tagged Questions

0
votes
1answer
101 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 …
2
votes
2answers
583 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 …