Hello,
I would like to make use of ftn95's option /undef to check if an executable has undefined variables or to check for array bounds etc.
To this end I compile and link the application (using option /undef) and then start it. If e.g. there are problems with the bounds of an array, an exception window pops up showing that a run time error has occurred and displaying something like 'Array index out of bounds'. I would normally save the error message to a file and then close the application using the buttons of the exception window.
Now I would like to do the same in batch mode. Is it possible to make the application save the error message of the exception window to a file and then close automatically (i.e. without user input)?
Thanks in advance, Dietmar