Error Trapping

BlitzPlus Forums/BlitzPlus Programming/Error Trapping

Grey Alien(Posted 2005) [#1]
Apart from running in debg mode, is there any way for a final .exe to report errors. I could for example store an integer and change it depending on which function I am in and output if a crash occurs on program exit, but how do I detect abnormal program exit? Delphi has great error trapping commands and I'd love something simialr in Blitz.

Any help REALLY appreciated, thanks!