RE: Missing SignalObjectAndWait

2002-11-28 Thread Sean Mitchell
> I think that the first problem is that if foo.exe.so links with > libpthread.so, then libpthread.so gets loaded and initialized before > ntdll.dll.so is loaded and overrides the pthread functions in the C > library -> big trouble. > > This migh conceivable be worked around using a wrapper like

RE: Missing SignalObjectAndWait

2002-11-27 Thread Sean Mitchell
> Wine and pthreads don't play well together. You are quite > likely to get into trouble if you try to use pthreads from a > Winelib application. Ack! Good to know that now... what about other native Linux libraries (like wxgtk, stlport, boost) than might link with pthreads? Am I in for big troub

RE: Missing SignalObjectAndWait

2002-11-27 Thread Sean Mitchell
> Sent a patch to wine-patches for this one and the _set_error_mode() > constants. With the patch applied your application should > compile fine. > > However note that _set_error_mode() and SignalObjectAndWait() are both > stubs currently, which means that functionality is not implemented. So >

Missing SignalObjectAndWait

2002-11-27 Thread Sean Mitchell
No sign of SignalObjectAndWait() in header files either :-( Sean

complie fails on _set_error_mode(_OUT_TO_STDERR)

2002-11-27 Thread Sean Mitchell
27;ll just use an integer for now, but this might warrant looking at... again, is it appropriate for me to open a bug for this? Cheers, Sean +--+ | Sean Mitchell Phoenix Interactive Design | | Software Engineer

RE: Whither SwitchToThread()?

2002-11-27 Thread Sean Mitchell
> -Original Message- > From: Francois Gouget [mailto:[EMAIL PROTECTED]] > To: Sean Mitchell > Because someone forgot to update winbase.h, that's all. Use > this patch: Thanks so much! I told my boss that I posted the query last night and had a response with a fix

Whither SwitchToThread()?

2002-11-26 Thread Sean Mitchell
e changelogs to indicate that it exists, and the symbol does live in libntdll.dll.so, but I cannot find a header file that defines it. Can anyone point me in the right direction? Cheers, Sean +--+ | Sean Mitchell Phoenix Int