Omnimaga

Calculator Community => TI Calculators => General Calculator Help => Topic started by: mdr1 on January 08, 2017, 01:38:41 am

Title: C++ exception not working
Post by: mdr1 on January 08, 2017, 01:38:41 am
Hello,

In a C++ Ndless code I throw an exception somewhere and catch it somewhere else. But instead of being caught, it results in the termination of the program with a dialog box saying: "Ndless - The application crashed".

I use Ndless 3.1 and the ".prg.tns" program version. Is this the reason for the exception not to work?

Thanks in advance!
Title: Re: C++ exception not working
Post by: Eeems on January 09, 2017, 12:57:21 pm
You will probably want to include some example code.