Click to See Complete Forum and Search --> : Handling exception in a multi-threaded existing code


tamarfurman
April 25th, 2003, 02:47 PM
Hello gurus,

I'm dealing with some existing c++ code - a multi-threaded NT application. I have very little confidence in it's exception handling and I wandered what will be the best/easiest way to add some exception handling without digging into each and every module source code of this application. Is there a way (maybe a hook) to catch all threads exceptions in the application main function?

Thanks ahead,
Tamar.