Hi there,
I am using the TI compiler version 5.1.9 together with Code Composer Studio 6.0.1.00040 and I want to use exception handling because a constructor does not have a return type. And it would not make sense to create a zombie object which is there but not correctly initialized.
At the moment when I try to use the keyword "throw" I get this error message: "#542 support for exception handling is disabled"
How can I enable exception handling?