International settings for language resources

2003-10-18 Thread Rolf Kalbermatter
I want to test the loading of non-english string resources in some Wine application and just started to wonder what I have to change in which configuration file to cause LoadString() to attempt to load another language resource first before it eventually resolves to loading the english one?

Re: International settings for language resources

2003-10-18 Thread Vincent Béron
Le sam 18/10/2003 à 13:20, Rolf Kalbermatter a écrit : I want to test the loading of non-english string resources in some Wine application and just started to wonder what I have to change in which configuration file to cause LoadString() to attempt to load another language resource first

Re: named pipes problem?

2003-10-18 Thread Alexandre Julliard
Mike Hearn [EMAIL PROTECTED] writes: Alexandre - this is your area. Any ideas? Your glibc is using TLS. Support for that is not ready yet. Depending on your system you need to either set LD_ASSUME_KERNEL=2.4 or install another glibc that doesn't use TLS. -- Alexandre Julliard [EMAIL

Fwd: Re: [ros-kernel] Re: WINE porting templates

2003-10-18 Thread Steven Edwards
So are you interested in helping to implement this? The WINE project has started a uxtheme.dll It would be nice if we could agree on a common theme system for both projects. Thanks Steven Note: forwarded message attached. __ Do you Yahoo!? The New Yahoo!

Re: Setupapi Win16/32 (Again) and PSDK porting fixes

2003-10-18 Thread Steven Edwards
--- Gregory M. Turner [EMAIL PROTECTED] wrote: On Saturday 18 October 2003 01:57 pm, Steven Edwards wrote: With this patch all of the objects for setupapi.dll can be built on MS_VC with the PSDK. There are a few minor issues but nothing to major doesn't this: -typedef struct

Re: winetests: new addition

2003-10-18 Thread Dimitrie O. Paun
On October 18, 2003 07:04 am, Ferenc Wagner wrote: +#include shellapi.h +#include shellapi.h Do we really need it twice? Of course not :) +while (1) +{ +va_start(ap, fmt); + n = vsnprintf (p, size, fmt, ap); + va_end(ap); +if (n -1 n size) return

Re: Setupapi Win16/32 (Again) and PSDK porting fixes

2003-10-18 Thread Gregory M. Turner
On Saturday 18 October 2003 02:15 pm, Gregory M. Turner wrote: On Saturday 18 October 2003 01:57 pm, Steven Edwards wrote: With this patch all of the objects for setupapi.dll can be built on MS_VC with the PSDK. There are a few minor issues but nothing to major doesn't this: -typedef