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
1answer
432 views
VC++ 6.0: Why is CASyncSocket::GetLastError() causing an access violation?
I'm using Visual C++ 6.0. I'm not sure of the service pack level of the visual studio installation, but the OS is Win 2K SP4. The failing code is part of a DLL.
Here's the code:
...
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 ...