This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to Enable C++ Exceptions

 I would like to enable C++ exceptions in CCS for the 'C6455. Is this possible? I have not found any means to do this in the project build options. 
I'm using CCS release 3.3.82.13.

I'm porting a large project from Visual Studio 2008 which makes exceptional use of exceptions, thus I would prefer not to rewrite a large volume of code if possible......

The compiler error is: " support for exception handling is disabled"
The offending code is: throw constraintError(lineNum,this_file,(const char*)buf);

Thanks,

Peter