http://bugs.winehq.org/show_bug.cgi?id=22812
--- Comment #16 from Hin-Tak Leung htl10@users.sourceforge.net 2010-07-12 01:15:50 --- (In reply to comment #15)
(In reply to comment #14)
BTW, trying to build the 64-bit version (which works under vista 32-bit)
How about testing with plain 32-bi executable? 64-bit one can't work under 32-bit Wine just like won't under 32-bit Windows. There is no magic.
That was *additional* information: 32-bit executable generation corrupted, 64-bit executable manipulation does not work and emit a warning. They might be related so I mention it.
The windows 7 SDK works as a cross-compiler - itself is all 32-bit, but it can build and manipulate 64-bit executables on a 32-bit host. Most of it works under 32-bit wine, except the corresponding part for inserting an manifest into an 64-bit executable that has just been built.