Click here to Skip to main content
15,888,610 members
Articles / Desktop Programming / MFC

Add Crash Reporting to Your Applications with the CrashRpt Library

Rate me:
Please Sign up or sign in to vote.
4.92/5 (85 votes)
19 Mar 2003BSD11 min read 734.4K   9.3K   336  
This article describes how to use the CrashRpt library to generate crash report for your application that can be debugged using WinDbg or VS.NET.
History:

12/6/2002
  Todo:
    * Add hyperlink to 'click here' to dialog.
	* Add report details dialog
	* Use app name for dump
	* Archive dmp, log, and dat

12/9/2002
  Todo:
	* Use dbghelp.dll for process/module info
	* Add report details dialog
	* Compress dmp, log, and dat

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
Software Developer
United States United States
I have been developing Windows applications professionally since 1998. I currently live and work near Seattle, WA.

Comments and Discussions