C++ exception handler error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hembree
    New Member
    • Oct 2006
    • 2

    #1

    C++ exception handler error

    I am using VS C++ .NET 2003 and am getting the following warning:

    Microsoft Visual Studio .NET 2003\Vc7\includ e\xstring(1453) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHs

    However, /EHs is specified and I still get the warning. I assume that I should just ignore the warring.
Working...