Is it just me or is CP running very slow over the last few days? :confused:
T
TheGlynn
@TheGlynn
Posts
-
SLOW -
C++ Exceptions and Catch-All HandlersI am using try{}catch(...) handlers extensively to handle all types of exceptions that are thrown. In particular, I am catching hardware exceptions such as access violations and so on. How can I find out exactly what hardware exception occurred within the catch(...) handler? Do I have to use SEH to do this?