http://bugs.winehq.org/show_bug.cgi?id=22812
--- Comment #14 from Hin-Tak Leung htl10@users.sourceforge.net 2010-07-11 17:00:00 --- (In reply to comment #13)
Created an attachment (id=29535)
--> (http://bugs.winehq.org/attachment.cgi?id=29535) [details]
patch to fix EndUpdateResource
Please try if this patch works for you
Thanks for the patch - I'll give it a try in a moment. It looks quite invasive though.
BTW, trying to build the 64-bit version (which works under vista 32-bit) result in this message: ---------- mt -nologo -manifest .\psi\dwuninst_x64.manifest -outputresource:.\bin\uninstgs.exe;#1 fixme:file:NeedCurrentDirectoryForExePathW (L"mt"): partial stub Trying to load PE image for unsupported architecture (AMD-64)
$ grep -R 'rying to load PE image for unsupported architecture' ../wine/ ../wine/dlls/ntdll/virtual.c: MESSAGE("Trying to load PE image for unsupported architecture ("); ------------- Probably related.