Re: Wine threads and TRY/CATCH macros and DCE threads and TRY/CATCH macros

2005-01-20 Thread Luke Kenneth Casson Leighton
On Thu, Jan 20, 2005 at 08:49:27AM -0800, Juan Lang wrote: > Hi Luke, I don't know is this is useful, but the TRY/CATCH stuff in > particular is declared here: > http://source.winehq.org/source/include/wine/exception.h > and the Wine exception handling code is implemented here: > http://source.wine

Re: Wine threads and TRY/CATCH macros and DCE threads and TRY/CATCH macros

2005-01-20 Thread Juan Lang
Hi Luke, I don't know is this is useful, but the TRY/CATCH stuff in particular is declared here: http://source.winehq.org/source/include/wine/exception.h and the Wine exception handling code is implemented here: http://source.winehq.org/source/dlls/ntdll/exception.c As Mike said, the Wine threadin

Re: Wine threads and TRY/CATCH macros and DCE threads and TRY/CATCH macros

2005-01-20 Thread Mike Hearn
On Thu, 20 Jan 2005 11:29:23 +, Luke Kenneth Casson Leighton wrote: > so i was wondering if someone could point me in the direction > of some Wine source code - testing, implementation, macros > etc. that would allow me to vaguely confirm whether my > suspicions are correct. http://source.wine

Wine threads and TRY/CATCH macros and DCE threads and TRY/CATCH macros

2005-01-20 Thread Luke Kenneth Casson Leighton
hi, as you may be aware, dce threads is posix draft 4 threads and FreeDCE has an emulation library kindly made up-to-date to successfully run even on NPTL on x86 and AMD64, courtesy of loic. http://cvs.sourceforge.net/viewcvs.py/freedce/dcethreads/ it is my understanding / guess that mic