1. An unhandled win32 exception occurred in xxxxx.EXE [xxxxx]. Just-In-Time debugging this exception failed.
solution : VC setting
Tools - Options - Debug - Just-in-time debugging enable
result :
"cannot execute program" error
2. "cannot execute program" error
solution :
VC++ shows this message when it cannot find executable file. See Project - Settings - Debug - Executable for debug session.
(The "Project - Settings - Debug - Executable for debug session")
copy from http://www.experts-exchange.com/Programming
result:
My setting is correct. So back to problem 1 , there is still an error.
3. An unhandled win32 exception occurred in xxxxx.EXE [xxxxx]. Just-In-Time debugging this exception failed.
solution 1:
disable Just-int-time debugging
result 1:
fatal error , response or not
solution 2:
enable Just-int-time debugging
result 2:
"cannot execute program" error
+++++++++++
Oh my god!
No comments:
Post a Comment