]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/setup.h
Applied patch [ 1208256 ] Fixes bug #1193626 [wxPrintData asserts on or ignores...]
[wxWidgets.git] / include / wx / msw / wince / setup.h
index 4f8e10fc80bf4e946cb51649df300a85547fb644..b6e424dbccd11bb1273dab039cff9276b8cbd9c1 100644 (file)
 // If enabled (1), compiles wxWidgets streams classes
 #define wxUSE_STREAMS       1
 
-// Use standard C++ streams if 1. If 0, use wxWin streams implementation.
+// Use standard C++ streams if 1. If 0, use wxWin streams implementation only.
 #define wxUSE_STD_IOSTREAM  0
 
+// Enable converion to  standard C++ string if 1.
+#define wxUSE_STD_STRING  0
+
 // ----------------------------------------------------------------------------
 // non GUI features selection
 // ----------------------------------------------------------------------------
 #undef wxUSE_TOOLTIPS
 #define wxUSE_TOOLTIPS 0
 
-// Don't use commdlg.h
+// Do use commdlg.h
 #undef wxUSE_COMMON_DIALOGS
-#define wxUSE_COMMON_DIALOGS 0
+#define wxUSE_COMMON_DIALOGS 1
 
 // ----------------------------------------------------------------------------
 // MSW settings not supported by CE
 #define wxUSE_UXTHEME 0
 #define wxUSE_UXTHEME_AUTO 0
 
+// ----------------------------------------------------------------------------
+// Crash debugging helpers
+// ----------------------------------------------------------------------------
+
+// Set this to 1 to be able to use wxCrashReport::Generate() to create mini
+// dumps of your program when it crashes (or at any other moment)
+//
+// Default is 1 if supported by the compiler (VC++ and recent BC++ only).
+//
+// Recommended setting: 1, set to 0 if your programs never crash
+#define wxUSE_CRASHREPORT 0
+
 // ----------------------------------------------------------------------------
 // obsolete MSW settings, don't change
 // ----------------------------------------------------------------------------