c++ - Structured Exception Handling compiled with -o+vbe
- Christof Meerwald <cmeerw web.de> Jan 06 2003
#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








Christof Meerwald <cmeerw web.de>