c++ - "Exception handling is not enabled." -
i getting following error on compiling code:
...\scl_config_win64.h(23) : fatal error c1189: #error : "exception handling not enabled." i have tried solve error via microsoft vs 2008 using steps follows:
property page --> configuration properties, c/c++, code generation --> modify enable c++ exceptions property or, set enable c++ exceptions yes, still facing error while compiling code.
so, can 1 knows how solve error or other way solve error ???
Comments
Post a Comment