Application Error
Hi all I have developed a MFC Dialoag based application (server appl开发者_如何学JAVAication TCP/IP communication a socket programming) on windows xp sp2. I am getting application error message on one of the machine. but some other machine it is working fine. I am not able to fix this bug please help me .
The Error message is:
The instruction at "0x7c911948" referenced memory at "0x00000000".The memory could not be "read", click on OK to terminate the program click on CANCEL to debug the program
What error it is and how to fix it ?
Thanks in advance
Apparently your application has crashed while trying to read a NULL pointer. Please post your call stack also. Just double check to see your memory allocation and deallocation is correct
精彩评论