Prohibiting "Visual C++ Runtime Error" dialog box?
From: Bae,Hyun-jik (imays_at_NOSPAM.hitel.NOSPAM.net)
Date: 12/09/04
- Next message: Oleg Starodumov: "Re: Prohibiting "Visual C++ Runtime Error" dialog box?"
- Previous message: Oleg Starodumov: "Re: /RTCs compiler setting"
- Next in thread: Oleg Starodumov: "Re: Prohibiting "Visual C++ Runtime Error" dialog box?"
- Reply: Oleg Starodumov: "Re: Prohibiting "Visual C++ Runtime Error" dialog box?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 9 Dec 2004 21:18:12 +0900
I added some code to my program to do MiniDumpWriteDump on exception. Many
exception or corruption cases are caught by MiniDumpWriteDump. However, some
errors cannot be caught, because instead of MiniDumpWriteDump, an error
dialog box comes out and my program just pauses. The captured image of the
message box provided by Visual C++ runtime is
http://www.imays.pe.kr/exception_dialog.jpg.
Please reply me how to prohibit this "kind but no thanks" dialog box and go
to MiniDumpWriteDump. Thanks in advance.
Regards,
Bae, Hyun-jik
- Next message: Oleg Starodumov: "Re: Prohibiting "Visual C++ Runtime Error" dialog box?"
- Previous message: Oleg Starodumov: "Re: /RTCs compiler setting"
- Next in thread: Oleg Starodumov: "Re: Prohibiting "Visual C++ Runtime Error" dialog box?"
- Reply: Oleg Starodumov: "Re: Prohibiting "Visual C++ Runtime Error" dialog box?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|