Darney
February 26th, 2003, 06:44 AM
Such code:
try {
__asm int 3
} catch(...) {
}
causes the program to interrupt by unhandled exception. It happens under XP only (not Win2000 nor Win9x).
This code is the part of very big program, and I don't have complete source code. Why can it be, and what can affect structured exceptions behavior?
try {
__asm int 3
} catch(...) {
}
causes the program to interrupt by unhandled exception. It happens under XP only (not Win2000 nor Win9x).
This code is the part of very big program, and I don't have complete source code. Why can it be, and what can affect structured exceptions behavior?