Thread problem - help?
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
we have developed a multithreaded win32 application using vc 6.0.Try catch exceptions are handled.But still when the exceptions are thrown, the threads get frozen except the primary thread. Can anyone give suggestions?
Don't use exception handling, re-code in a defencive manor, checking things rather than waiting for things to explode.:cool:
-
Don't use exception handling, re-code in a defencive manor, checking things rather than waiting for things to explode.:cool:
> Don't use exception handling This may be impossible - if he's using some library reporting error conditions using exceptions. Tomasz Sowinski -- http://www.shooltz.com