DOC: Description of Compiler Error C2712 is IncorrectLast reviewed: October 8, 1997Article ID: Q122257 |
The information in this article applies to:
SUMMARYThe online Help for compiler error C2712 ("cannot use __try in func with object unwinding") states:
To avoid this error message, compile using /GX option.This is incorrect. It should read that the workaround is to compile with /GX-, which instructs the compiler to disable C++ exception handling unwinding.
|
KBCategory: kbdocerr kbdocfix
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |