[GD-Windows] Beep error on exit
Brought to you by:
vexxed72
From: Brian H. <bri...@py...> - 2002-02-22 02:15:53
|
When my app exits under the debugger, I hear the "Error beep" in the background, but I don't see any complaints in the debugger output, nor do any asserts fire. Putting a breakpoint at the last line of main() I don't get any beep errors either. Is there a simple, slick way to put in a handler to get called when any type of error crops up, that way stuff that is "broken but magically fixed because the app's exiting anyway" can get fixed correctly on my part. Thanks, Brian |