Is it possible for a thread to cause a supervisor thread to crash?
Hi all,
I seem to have a thread problem, that when it throws an exception, it causes the entire program to abort with a "Do you want to report this error to Microsoft" dialog box. I thought exceptions didn't propagate any higher than the highest stack frame of the current thread. Am I correct in this?
Thanks in advance,
Glenn.