RE: [GD-Windows] annoying First-chance exception message
Brought to you by:
vexxed72
From: Jacob T. (C. D. Ltd) <Ja...@Co...> - 2002-01-16 12:30:48
|
I don't know if this is what you want, but have you tried the "Exceptions" menu option in the "Debug" menu. Then select all the options using Shift and mouse and select "Stop if not handled". Then if you have a try, catch your try, catch should get the exception before MSVC does. We used this to disable MSVC exception has occured dialog box. Jake > -----Original Message----- > From: Ivan-Assen Ivanov [mailto:as...@ha...] > Sent: 16 January 2002 11:39 > To: GDWindows > Subject: [GD-Windows] annoying First-chance exception message > > > Do you know a way to suspend the annoying "First chance > exception" message which > appears in the output window of MSVC 6.0 any time anything > throws any kind of exception in > your program? We are trying to move to an exception-based > error handling system and > these messages make the output window nearly unusable. In > "real" applications, of course, > exceptions would not appear too often (they're not an > replacement for return values), but still, > these messages clutter my debug output too much. > > > _______________________________________________ > Gamedevlists-windows mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows > |