Tagged Questions
4
votes
1answer
391 views
Ada CONSTRAINT_ERROR not being raised when it “should”
I've been looking through this Ada 95 tutorial. I was reading that it is possible to define a type that has a range that is different than the standard range, and if the program tries to go outside ...
1
vote
1answer
117 views
How to manage exceptions when using gtkada
When I'm using gtkada and my GUI is running, no exception is managed and the program always crashes. The message is
This application has requested the Runtime to terminate it in an unusual way.
...