On 2012-07-25 22:39, Rainer Schuetze wrote:

What is the state of the missing exception handling for Windows?

I just read an old post on the Clang mailing list, it's not looking good. It seems Microsoft (or someone else) has a patent on SEH, which basically means: never gonna happen. An alternative could be setjmp/longjmp. On 64bit it looks a bit better, where the correct way seems to be to use the Win64 exception ABI.

http://clang-developers.42468.n3.nabble.com/LLVM-Clang-and-setjmp-longjmp-exception-handling-on-MinGW-td3407322.html

http://msdn.microsoft.com/en-us/library/1eyas8tf.aspx

--
/Jacob Carlborg

Reply via email to