summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/drawsh2.cxx
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-05-28 08:38:48 -0700
committerAndras Timar <atimar@suse.com>2013-05-28 08:43:30 -0700
commit6e9b9e61ee2e1aab7abfa6a6cf01c269b3f02cb8 (patch)
tree5bb6cfccb8bff01c5179a51211382e3ed7d982a3 /sc/source/ui/drawfunc/drawsh2.cxx
parent4f298ece2f48d4a632ea50e0f287192f619cb586 (diff)
make 64-bit shell extensions work, put 64-bit VC runtime in the same dir
Unlike in case of msvcr90.dll, which went to WinSxS, msvcr100.dll is installed to the "system32" folder. Windows installer automatically replaces it to SysWOW64. The problem is that this way 64-bit dlls end up in the wrong directory. They conflict with the 32-bit dlls, and will not be installed. Therefore 64-bit shell extensions will not work, unless the 64-bit VC runtime is installed from other source. It is not possible to install both 32-bit and 64-bit VC Runtime with merge modules in case of VS 2010 and VS 2012. For the 64-bit shell extensions, we can install the runtime dlls next to the files. Change-Id: I157048a521662bbac568d1660e46576935f0ea9f
Diffstat (limited to 'sc/source/ui/drawfunc/drawsh2.cxx')
0 files changed, 0 insertions, 0 deletions