Does wine have a posix threads "emulation" with which TRY/EXCEPT/CATCH will work?
hi, i would like to check something which, if it is the case, may make porting FreeDCE to wine a no-brainer. i notice that there exists pthread emulation in Wine: it says so at the top of wine/dlls/kernel/pthread.c can i therefore expect the following things: 1) the attached test program to compile and work under wine, with a few macros and/or simple wrapper functions e.g. redirect RAISE to RaiseException? 2) a program that uses posix threads to also at the same time be able to use Wine Exception routines/macros, try/except/catch? ... wouldn't it be ironic if Wine's pthreads emulation turned out to provide exactly the posix draft 4 threading semantics that FreeDCE programs expect? l. -- -- <a href="http://lkcl.net">http://lkcl.net</a> --
On Wed, 2005-01-26 at 20:19 +0000, Luke Kenneth Casson Leighton wrote:
2) a program that uses posix threads to also at the same time be able to use Wine Exception routines/macros, try/except/catch?
Check out the exception.h file for the macros, but be warned that I couldn't get it to compile (I filed a bug on it) -Scott Ritchie
participants (2)
-
Luke Kenneth Casson Leighton -
Scott Ritchie