SDK exceptions

Archives Forums/Blitz3D SDK Programming/SDK exceptions

Moraldi(Posted 2008) [#1]
Is there any way to catch SDK exceptions from within C++?
An example:
If I try to load an invalid mesh SDK will raise an exception with a short message dialog to explain what went wrong and terminates the application.
I just want to keep my application running...

Thanks


ozak(Posted 2008) [#2]
Isn't it just in debug mode? Also, I think you can define your own error handler through the SDK IIRC.


Moraldi(Posted 2008) [#3]
what is IIRC?


ozak(Posted 2008) [#4]
If I remember correctly :)