HyperEngineer
Programmer
I am using VC++ 2008. I am using MessageBox to give error info to the user. The code compiles fine. But when I run the program it will crash when it tries to display the MessageBox. (I tried MessageBox("This is an error"); MessageBox(_T("This is an error")); AfxMessageBox("This is an error"); and AfxMessageBox(_T("This is an error")) The exception is:
Unhandled exception at 0x7c80a5a2 in myapp.exe: 0xC0000005: Access violation reading location 0xfefefefe.
thanks,
HyperEngineer
If it ain't broke, it probably needs improvement.
Unhandled exception at 0x7c80a5a2 in myapp.exe: 0xC0000005: Access violation reading location 0xfefefefe.
thanks,
HyperEngineer
If it ain't broke, it probably needs improvement.