]> git.saurik.com Git - wxWidgets.git/commit - samples/except/Makefile.in
new sample showing how to handle exceptions in wxWindows code
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Sep 2003 23:37:54 +0000 (23:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Sep 2003 23:37:54 +0000 (23:37 +0000)
commit556b8c1aab20985774000e1695e638539153edd7
tree486bdd880bb74eabefc0b0e7bdb96ab8fdea7257
parentd0e278d98e9ecc0f78943a662fca855811f3bea7
new sample showing how to handle exceptions in wxWindows code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/except/Makefile.in [new file with mode: 0644]
samples/except/except.bkl [new file with mode: 0644]
samples/except/except.cpp [new file with mode: 0644]
samples/except/except.dsp [new file with mode: 0644]
samples/except/makefile.bcc [new file with mode: 0644]
samples/except/makefile.gcc [new file with mode: 0644]
samples/except/makefile.vc [new file with mode: 0644]
samples/except/makefile.wat [new file with mode: 0644]