RE: [GD-Windows] exception handling
Brought to you by:
vexxed72
From: Jon W. <hp...@mi...> - 2004-10-18 16:56:28
|
Ignore the warning in that mode. And hope you don't use the standard libraries in a way that will throw exceptions... (are YOU sure what your operator new will do when out of memory?) Cheers, / h+ -----Original Message----- From: gam...@li... [mailto:gam...@li...]On Behalf Of Marco Severino Sent: Saturday, October 16, 2004 8:12 AM To: gam...@li... Subject: [GD-Windows] exception handling Hi list, I'm using Visual C++ vr. 6.0 and I wish to disable exception handling. I set compiler flag /GX-, but I get several warnings because of the standard libraries (fstream, iostream). Any suggests? Best Regards, Marco Severino |