c++ - Structured Exception Handling compiled with -o+vbe
-
Christof Meerwald
(18/18)
Jan 06 2003
#include
#include <excpt.h> int main() { __try { } __except (EXCEPTION_EXECUTE_HANDLER) { } } // Internal error: gflow 1544 Only happens when trying to compile with -o+vbe (so it's really low priority) bye, Christof -- http://cmeerw.org JID: cmeerw jabber.at mailto cmeerw at web.de ...and what have you contributed to the Net?
Jan 06 2003