Closed SpaceManiac closed 3 years ago
Did you get exceptions working with mingw? I haven't looked into it yet but we could replace the use of C++ exceptions with some platform specific code if necessary
I've managed to get it working by replacing our try/catch usage with setjmp/longjmp. It's not a good approach but it seems like it'll be enough for unsupported MinGW builds to work.
I'll push it to this PR later after adding conditional compilation to it.
LMK if that works out (or just revert it if you didn't need it)
It works