LockResource16 in ole32.dll

Dmitry Timoshkov dmitry at baikal.ru
Fri Jan 23 09:36:10 CST 2004


"Ge van Geldorp" <ge at gse.nl> wrote:

> Would the attached patch be an acceptable solution? Basically it does a
> GetProcAddress on LockResource16 and uses it if found (Wine case). If it's
> not found, it uses LockResource().

That will not work. 32-bit LockResource can't be used on a memory block
allocated by GlobalAlloc16, as I explained before.

-- 
Dmitry.





More information about the wine-devel mailing list