// ----------------------------------------------------------------------------
#include "wx/app.h"
+#include "wx/log.h"
#include "wx/datetime.h"
#include "wx/ffile.h"
#include "wx/filename.h"
public:
MyDebugReport() : wxDebugReportUpload
(
- _T("http://iml2.hitchcock.org/intranet/crashes/wxtest"),
+ //_T("http://iml2.hitchcock.org/intranet/crashes/wxtest"),
+ _T("http://your.url.here/"),
_T("report:file"),
_T("action")
)
case wxNO:
// example of manually generated report, this could be also
// used in wxApp::OnAssert()
- GenerateReport(wxDebugReport::Context_Curent);
+ GenerateReport(wxDebugReport::Context_Current);
break;
case wxCANCEL: