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
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
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
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