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

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -