How to Provide Your Own Exception/Termination Handler

The most general way to establish your own handler is to use Windows structured exception handling capabilities (SEH). For lighter-weight exception handling requirements, you can use SIGNALQQ.

The following sections discuss ways to implement handlers for Fortran applications: