Vincent Béron <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]


Reply via email to