C. Hotchkiss writes:

 > Should we add good exception handling in the future, then throwing and
 > catching exceptions would make for a more robust way of dealing with a lot
 > of  problems. And, it would probably be more informative.

We have exception support and we use it, but there's a gotcha:
exceptions don't survive passage through a C function, and we use
C-based callbacks both through GLUT and through Expat.  We'll have to
make sure that we catch exceptions in every callback function and do
something with them, so that they don't just crash the program.


All the best,


David

-- 
David Megginson
[EMAIL PROTECTED]


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to