how do I create a process dump file in WinXP and Win7?
-
I have a C++ native Win32/MFC app which uses a structured exception handler. When the handler is invoked, I'd like to be able to create a crash dump file to allow the user to submit it for analysis. I'd like to, from within code, create the dump file and I need to do it under both WinXP and Win7. Then if a user is experiencing a crash, they can enable this as an option and then send us the crash dump file which gets written. Any ideas?
-
I have a C++ native Win32/MFC app which uses a structured exception handler. When the handler is invoked, I'd like to be able to create a crash dump file to allow the user to submit it for analysis. I'd like to, from within code, create the dump file and I need to do it under both WinXP and Win7. Then if a user is experiencing a crash, they can enable this as an option and then send us the crash dump file which gets written. Any ideas?
-
awesome! Thank you for the link. I'm going to give that a try.