G
Guest
Hello,
I am a C++ newbie. I developed a Win32 DLL that creates a number of threads,
which can throw exceptions. When an exception is thrown on a thread in Win32
DLL, I want to catch that exception on the main thread.
Is there any way to throw an exception on one thread and catch it on another
thread?
If #1 is not possible, is there a catch-all exception handler at the process
level in C++?
Thank you very much for your help,
Evgueni
I am a C++ newbie. I developed a Win32 DLL that creates a number of threads,
which can throw exceptions. When an exception is thrown on a thread in Win32
DLL, I want to catch that exception on the main thread.
Is there any way to throw an exception on one thread and catch it on another
thread?
If #1 is not possible, is there a catch-all exception handler at the process
level in C++?
Thank you very much for your help,
Evgueni