wxWidgets/samples/except
Vadim Zeitlin 2d8e0096cd Better handling for asserts in non-main threads.
Don't call wxTrap() when an assert in a non-main thread fails. As asserts are
now always enabled by default, this is not a good idea. Instead just show the
full details about the assert failure using wxMessageOutputDebug under the
platforms without MT-safe message box function (i.e. everything but MSW
currently).

Add a possibility to test an assert happening in non-main thread to the except
sample.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-12-09 14:59:08 +00:00
..
except_vc7.vcproj Rebake after last commit. 2009-11-18 19:22:58 +00:00
except_vc8.vcproj Rebake after last commit. 2009-11-18 19:22:58 +00:00
except_vc9.vcproj Rebake after last commit. 2009-11-18 19:22:58 +00:00
except.bkl
except.cpp Better handling for asserts in non-main threads. 2009-12-09 14:59:08 +00:00
except.dsp Rebake everything using bakefile 0.2.7. 2009-10-22 16:53:10 +00:00
makefile.bcc Rebake after last commit. 2009-11-18 19:22:58 +00:00
makefile.gcc Rebake after last commit. 2009-11-18 19:22:58 +00:00
Makefile.in Rebake after last commit. 2009-11-18 19:22:58 +00:00
makefile.unx Rebaked using post-0.2.7 svn version of bakefile. 2009-10-23 17:48:21 +00:00
makefile.vc Use X64 machine type for MSVC linker instead of old AMD64. 2009-12-08 16:36:37 +00:00
makefile.wat Rebake after last commit. 2009-11-18 19:22:58 +00:00