We occassionally get forrtl errors of different types and they pop up a big message box with a stack trace and then cause our programs to terminate. We would really like to handle these errors in a more professional manner. The documentation for error handling seems to indicate that we can "change the default action", but I have not found the documentation that describes how to do this. There are some examples for Linux, but there don't seem to be any for Windows.
Is it possible to change the default error handler?