"enable exception handling = no" ineffective
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
project options/compiler/code generation/enable
exception handling should be updated for new compilers.
Exceptions are now on by default in mingw GCC 3.4.2.
the must be turned off with the -fno-exceptions option.
Workaround - specify -fno-exceptions on project
options/parameters property page.