[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [IMP-dev] [Fwd: Build system failure, 08/28/2008]




BTW, I stumbled upon the msdn page talking about the the /EH flag for
visual studio. Do we need to build with /EH to get things cleaned up
properly when we throw exceptions?

We already build with /GX, which is the same as /EHsc, and I think
that's sufficient.
Looks OK. Apparently that is the older version (pre 2005) of the same flag, but is still supported.