This section covers the following topics:
- Compiling CrashRpt page contains information on how to compile CrashRpt library from source code. Reading this is required to integrate CrashRpt with your C++ application.
- Using CrashRpt API page describes in details the CrashRpt API functions, structures and helper classes. Use these in your code to enable crash reporting, add various files to crash report and enable error report delivery.
- Internationalization Support page contains information on how to localize CrashRpt to your favourite language. This is suitable for multi-lingual apps.
- Preparing to Software Release page describes how to prepare your application to release. You shold follow the instructions listed here to be able to postprocess error reports sent by your application.