This is the mail archive of the pthreads-win32@sources.redhat.com mailing list for the pthreas-win32 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

catch (...)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]