Dmitry Timoshkov wrote:
"Andreas Mohr" andi@rhlx01.fht-esslingen.de wrote:
On Tue, Nov 30, 2004 at 02:24:37PM +0900, Mike McCormack wrote:
The following seemingly simple and harmless change caused a regression in IE6. The toolbar icons are no longer displayed and the error message below appears in the log.
err:imagelist:ImageList_LoadImageW Error loading image!
It's probably not a "regression" in the standard sense, I guess.
Rather something like IE6 choosing to use more modern API mechanisms or a different execution path due to the higher version number we just set.
IOW, we should fix Wine to support these API updates.
Of course Wine should be fixed. But until then the patch should be reverted. That's exactly the same kind of patch like adding a stub to a .spec file, and upgrading a dll version is not really harmless as it seems at the first glance.
WinXP stores the toolbar bitmaps in shell32 in WinXP. I assume previous versions, stored them in some other DLL.
Rob