SEH is not a superset of C++ exception handling - it is Windows exception handling<br><br><div class="gmail_quote">On Wed, Jun ion 3, 2009 at 8:57 PM, Joe Ranieri <span dir="ltr"><<a href="mailto:joe@alacatialabs.com" target="_blank">joe@alacatialabs.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><br>
On Jun 3, 2009, at 18:50, Eli Friedman wrote:<br>
<br>
> On Wed, Jun 3, 2009 at 2:20 PM, Joe Ranieri<<a href="mailto:joe@alacatialabs.com" target="_blank">joe@alacatialabs.com</a>><br>
> wrote:<br>
>> Has any progress been made on structured exception handling on<br>
>> Windows? I saw a post by Duncan Sands back in September 2008, but<br>
>> haven't seen anything since. I'm trying to generate code to run on<br>
>> Windows, but would really prefer not to ship libgcc...<br>
><br>
> I fail to see the connection between SEH support and libgcc; for C++<br>
> exceptions to work, you will need libgcc anyway.<br>
<br>
</div>Well, I had thought that SEH was a superset of C++ exception handling,<br>
similar to how the unwind library is to the C++ exception handling<br>
with libgcc. Looking further into this, it seems not to be the case.<br>
What I'd like to end up with is exceptions compatible with DLLs<br>
generated with Visual Studio C++. I'm not much of a Windows person, so<br>
don't really know the best way to approach it.<br>
<br>
However, this is a long term goal, and for now I just need an<br>
exception system to work inside of the code I generate with LLVM.<br>
Since I don't really have much time to spend on this, I think for now<br>
I'll implement something quick and dirty using setjmp/longjmp.<br>
<br>
Anyone have better ideas?<br>
<font color="#888888"><br>
-- Joe Ranieri<br>
</font><div><div></div><div>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</div></div></blockquote></div><br>