Closed GoogleCodeExporter closed 9 years ago
SysWOW64 is the 32-bit directory on Windows.
system32 is the 64-bit directory on Windows.
Illogical but true.
Original comment by ImWellCu...@googlemail.com
on 1 Aug 2013 at 12:29
Yep. You can verify the dlls are correct using 'file':
austin@aw25 ~/.wine/drive_c/windows $ file syswow64/*dll system32/*dll | grep
msvcr100
syswow64/msvcr100.dll: PE32 executable (DLL) (GUI) Intel 80386, for MS Windows
system32/msvcr100.dll: PE32+ executable (DLL) (GUI) x86-64, for MS Windows
Original comment by austinenglish@gmail.com
on 1 Aug 2013 at 11:22
Thanks Austin but there is something that i don't understand. If "system32"
folder is the 64-bits directory, why when i install vcrun2010 64-bits directly
by wine (don't use winetricks), the 64-bits are installed into "syswow64"
directory ?
Original comment by Berillions
on 2 Aug 2013 at 6:12
Because there's a wine bug:
http://bugs.winehq.org/show_bug.cgi?id=30713
Original comment by austinenglish@gmail.com
on 2 Aug 2013 at 4:58
Original issue reported on code.google.com by
Berillions
on 1 Aug 2013 at 6:18