Re: enabling unwind semantics
v4vijayakumar wrote:[color=blue]
> what "enabling unwind semantics" occording to Microsoft (R) 32-bit
> C/C++ Optimizing Compiler.
>
> C:\Program Files\Microsoft Visual C++ Toolkit 2003\include\os tream(574)
> : warnin
> g C4530: C++ exception handler used, but unwind semantics are not
> enabled. Speci
> fy /EHsc[/color]
Questions about the C++ programming language should never be posted to
<news:comp.lang .c>. Some of the folks at <news:comp.lang .c++> may offer
you an answer, but they are misguided. Questions about
implementation-specific details, such as yours, should go to a
newsgroup, mailing list, or tech support for your implementation.
Microsoft has provided several of these for you, nad there are others
independent of MS. Use them.
<news:comp.lang .c> removed from follow-ups. Perhaps the remaining
newsgroup to which you posted should also be removed: I'll leave that to
others.
v4vijayakumar wrote:[color=blue]
> what "enabling unwind semantics" occording to Microsoft (R) 32-bit
> C/C++ Optimizing Compiler.
>
> C:\Program Files\Microsoft Visual C++ Toolkit 2003\include\os tream(574)
> : warnin
> g C4530: C++ exception handler used, but unwind semantics are not
> enabled. Speci
> fy /EHsc[/color]
Questions about the C++ programming language should never be posted to
<news:comp.lang .c>. Some of the folks at <news:comp.lang .c++> may offer
you an answer, but they are misguided. Questions about
implementation-specific details, such as yours, should go to a
newsgroup, mailing list, or tech support for your implementation.
Microsoft has provided several of these for you, nad there are others
independent of MS. Use them.
<news:comp.lang .c> removed from follow-ups. Perhaps the remaining
newsgroup to which you posted should also be removed: I'll leave that to
others.
Comment