Blender Git Commit Log
Git Commits -> Revision d58a15c
Revision d58a15c by Antonis Ryakiotakis (master) March 3, 2015, 12:39 (GMT) |
Windows: Add stacktrace support when unhandled exception occurs. We need to register the exception handler slightly differently here, as well as adding DbgHelp as a library, but according to docs it should be supported in recent Windows editions (Win XP included even). We can try it first and revert if there are issues. |
Commit Details:
Full Hash: d58a15c0a603a83a416f84def21d5603653e3cba
Parent Commit: b42a3d2
Lines Changed: +103, -11
7 Modified Paths:
/build_files/scons/config/win32-mingw-config.py (+1, -1) (Diff)
/build_files/scons/config/win32-vc-config.py (+1, -1) (Diff)
/build_files/scons/config/win64-mingw-config.py (+1, -1) (Diff)
/build_files/scons/config/win64-vc-config.py (+1, -1) (Diff)
/CMakeLists.txt (+2, -2) (Diff)
/source/blender/blenlib/intern/system.c (+10, -5) (Diff)
/source/creator/creator.c (+87, -0) (Diff)
/build_files/scons/config/win32-vc-config.py (+1, -1) (Diff)
/build_files/scons/config/win64-mingw-config.py (+1, -1) (Diff)
/build_files/scons/config/win64-vc-config.py (+1, -1) (Diff)
/CMakeLists.txt (+2, -2) (Diff)
/source/blender/blenlib/intern/system.c (+10, -5) (Diff)
/source/creator/creator.c (+87, -0) (Diff)