build Ldc2 for win xp 32 bit Error
Jacob Carlborg
doob at me.com
Thu Jul 26 00:05:11 PDT 2012
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
More information about the Digitalmars-d
mailing list