RE: exception handling
"Jon Watte" <[email protected]> Mon, 18 Oct 2004 09:56:28 -0700
| Newsgroups | gmane.games.devel.windows |
|---|---|
| Message-ID | <[email protected]> |
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: [email protected]
[mailto:[email protected]]On Behalf Of Marco
Severino
Sent: Saturday, October 16, 2004 8:12 AM
To: [email protected]
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