When I try to use MFC predefined variable afxDump which is of type CDumpContext, I can not get anything from it, but it supposes to dump output to default debugger, which in VC6.0 environment is the debug window.
Does anybody know the reason?
Thanks
Hank Gao
When I debug my application in IDE, I find sometimes when I call WaitforSingleObject which waits a event object, the whole application crashes, and the following message is given:
Unhandled exception in blabla.exe: 0xC0000005: access violation
My concern is that if the event handle which is...
In one of my projects, I have to use __declspec(align(16) to force the memory allocation is done at 16 bytes boundary, but I alway get error:
C1306(or else) => Unsupported Data Type
When I remove __declspec(align(16)) modifier, everything seems ok.
by the way, based on the MS document...
I am developing a windows service applicaiton in which I open a file which resides in another computer and do further handling. what I am doing now is map that network directory to a local logical driver, then call fopen function to open it, just like it were a local file, but I just can not...
Hi,
I am developing a Windows service application, in which I use CAysncSocket class as a listenning socket to monitor requests from clients, but when I call CAsynSocket.Create(), the application crashes, Why?
my code is as follows:
....
AfxSocketInit();
....
CAsyncSocket socket...
hi,
I am currently working on serveral projects simulatnerously, since these projects are closely connected, so in logic, there are a lot of code that can be reused(or shared). I just wonder which is the best way to reuse/share such codes across several projects.
Could you tell me what you...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.