Re: Changes to kernel messages lang

2003-10-21 Thread Vincent Béron
Le mar 21/10/2003 à 22:20, Alexandre Julliard a écrit : > Vincent Béron <[EMAIL PROTECTED]> writes: > > > Attached program says so on W2K SP4. There's a message table in kernel32 > > for 0x, for the others it returns NULL. Is that way to do it > > different from yours? > > Yes, FindResource w

Re: Changes to kernel messages lang

2003-10-21 Thread Alexandre Julliard
Vincent Béron <[EMAIL PROTECTED]> writes: > Attached program says so on W2K SP4. There's a message table in kernel32 > for 0x, for the others it returns NULL. Is that way to do it > different from yours? Yes, FindResource with language 0 is going to return a resource in all sorts of cases, so

Re: Changes to kernel messages lang

2003-10-21 Thread Vincent Béron
Le mar 21/10/2003 à 18:57, Alexandre Julliard a écrit : > Are you sure about that one? All the dlls I have checked (Win95, NT4, > XP) have the language set to 0x0409. Attached program says so on W2K SP4. There's a message table in kernel32 for 0x, for the others it returns NULL. Is that way t

Re: Changes to kernel messages lang

2003-10-21 Thread Alexandre Julliard
Vincent Béron <[EMAIL PROTECTED]> writes: > W2k kernel messagetable is LANG_NEUTRAL, SUBLANG_NEUTRAL only. > > Changelog: > Make the kernel messagetable LANG_NEUTRAL, as native. Are you sure about that one? All the dlls I have checked (Win95, NT4, XP) have the language set to 0x0409. In what cas