ExceptionHandler News
Brought to you by:
oeffner
A test program, BuggyApp, has been added to CVS. It's source code demonstrates how to use the exceptionhandling library, XCPTLib, with dynamic linking at runtime.
Examining bugs in an already shipped executable can be tricky at best as developers most likely cannot be out in the field and debug their faulty programs on site with their development tools.
This dynamic link library for Windows applications eases the problem by providing an exception handler that in case of an crashing program will provide a detailed stack trace of the crash that the end user optionally can email back to the developer.... read more