List Question
20 TechQA 2022-07-28T20:43:33.497000Is Visual C++ SEH available on other OS?
140 views
Asked by Christopher Barrios Agosto
SEH Eceptions - generating and handling
450 views
Asked by j12
Under what circumstances does EXCEPTION_RECORD link to another nested exception?
336 views
Asked by Tobi
What is allowed after catching an unhandled exception
310 views
Asked by Navie
error C2712 Cannot use __try in functions that require object unwinding
3k views
Asked by AudioBubble
How can I tell if the Microsoft C++ code I'm running was compiled with the /EHa switch?
104 views
Asked by zumalifeguard
Recovering context after handling exception only works with VS /RTCs (run time checks) enabled
352 views
Asked by jHops
Configuring floating point unit context in WIN32 vs WIN64
541 views
Asked by jHops
.seh_stackalloc and stack alignment
846 views
Asked by David Wohlferd
Restoring SIMD registers on Windows x64 during unwinding
47 views
Asked by Demi
Is __finally supposed to run after EXCEPTION_CONTINUE_SEARCH?
427 views
Asked by avakar
How do I expose through COM an exception caught with structured exceptions handling?
398 views
Asked by sharptooth
Best place to call MiniDumpWriteDump() to catch a crash
702 views
Asked by Ted Middleton
How can I handle an access violation in Visual Studio C++?
11.7k views
Asked by Ralph Tandetzky
Mapping external error codes to std::error_condition
1.4k views
Asked by T.E.D.
The 'get' equivalent of _set_se_translator?
931 views
Asked by user541686
How to get the benefits of /EHa with /EHsc, on a particular function?
389 views
Asked by user541686
Why can't 64-bit Windows unwind user-kernel-user exceptions?
5.2k views
Asked by Ian Boyd
Structured Exception Handler (SEH) does not catch heap corruption
4.5k views
Asked by AC.
intermixing c++ exception handling and SEH (windows)
3.1k views
Asked by Juarrow