RE: [GD-Windows] Beep error on exit
Brought to you by:
vexxed72
From: Brian S. <bs...@mi...> - 2002-02-22 05:40:59
|
> 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. Who/what is firing the beep off? Just wondering... > 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. Check out SetUnhandledExceptionFilter(). --brian |