catch (...)

Ye Liu yliu@tibco.com
Sun Aug 5 21:31:00 GMT 2001


Greets,

I have a question on using pthread-win32 in C++:

When I compiling my code with try and catch, I got

"When compiling applications with MSVC++ and C++ exception handling:
  Replace any 'catch( ... )' with 'PtW32CatchAll' in POSIX threads
  if you want POSIX thread cancelation and pthread_exit to work."

in compiling.

May I know what PtW32CatchAll is ? A catch comply certain standard from
Microsoft? I cannot find any information in MSDN. Can someone give me some
details for it?

Regards,

--ye



More information about the Pthreads-win32 mailing list