DoctorDumpSDK
Sample.cpp
This is an example of how to use the CrashRpt class.
#include <
CrashRpt.h
>
crash_rpt::CrashRpt
g_crashRpt(
"979035E1-28F6-4701-A5EF-E0200F732471"
,
// GUID assigned to this application.
L
"Sample Application"
,
// Application name that will be used in message box.
L
"Idol Software"
// Company name that will be used in message box.
);
int
main(
int
argc,
char
* argv[])
{
*((
int
*)0) = 0;
return
0;
}
Generated on Wed Jan 31 2018 02:31:16 for DoctorDumpSDK by
1.8.13