Changes to kernel messages lang

Alexandre Julliard julliard at winehq.org
Tue Oct 21 21:20:29 CDT 2003


Vincent Béron <vberon at mecano.gme.usherb.ca> writes:

> Attached program says so on W2K SP4. There's a message table in kernel32
> for 0x0000, 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 it's not a good test. And actually if the resource
was really NEUTRAL, then all your FindResource calls should have
succeeded. The best way to find out is to dump the resource table of
the dll, using something like winedump -x.

-- 
Alexandre Julliard
julliard at winehq.com




More information about the wine-devel mailing list