
28 Oct
2004
28 Oct
'04
3:10 a.m.
"Stefan Seefeld" wrote:
I'v recently run into a problem with 'catch(...)' on MSVC 7.1, where a segmentation fault resulted in a 'first-class exception' (!) that was caught by 'catch(...)' even though the stack wasn't unwound. ... I'd like to get your feedback on how to use it portably. Are my findings false?
No, it is behavior of MSVC by default. This compiler has switch not to map Win32 exceptions into C++ ones. /Pavel