[Wine] Msvcp80.dll Not Found

Mathieu Malaterre mathieu.malaterre at gmail.com
Wed Jun 27 04:15:09 CDT 2012


Dear all,

  I am using wine + winetricks to build and distribute binaries for my
pet project: GDCM. I was able to install vc2005express (winetricks) on
my debian/stable system. After compilation, everything looked as if it
worked nicely.
  However I am having reports that the exe do not work. When calling
any of my exes, the users is reported that "Msvcp80.dll is not found"
even when VC 2005 redist [1] is installed on the machine.

  I am using cmake to detect if this could be a SxS issue. When
running the cmake script here is what I get:

-----
$ cmake -P /usr/share/cmake-2.8/Modules/CMakeVerifyManifest.cmake
Versions found in
/home/mathieu/.wine/drive_c/users/mathieu/Temp/gdcm_release/gdcm-build/CMakeFiles/CMakeTmp2/CMakeTestForFreeVC.exe.manifest:
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
  <dependency>
    <dependentAssembly>
      <assemblyIdentity type='win32' name='Microsoft.VC80.CRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b' />
    </dependentAssembly>
  </dependency>
</assembly>

Information: no embeded manifest in:
/home/mathieu/.wine/drive_c/users/mathieu/Temp/gdcm_release/gdcm-build/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.exe
Information: no embeded manifest in:
/home/mathieu/.wine/drive_c/users/mathieu/Temp/gdcm_release/gdcm-build/CMakeFiles/CompilerIdC/CMakeCCompilerId.exe
Information: no embeded manifest in:
/home/mathieu/.wine/drive_c/users/mathieu/Temp/gdcm_release/gdcm-build/CMakeFiles/CMakeTmp2/CMakeTestForFreeVC.exe
-----

So as per recommendations [2] it looks like there is only a single
version and it should be safe.

  So I am totally clueless on how to resolve this issue. Could someone
please have a look at the binaries from:

http://sourceforge.net/projects/gdcm/files/gdcm%202.x/GDCM%202.2.0/GDCM-2.2.0-Windows-x86.exe

  Thanks very much for wine !

[1] http://www.microsoft.com/en-us/download/details.aspx?id=3387
[2] http://www.kitware.com/blog/home/post/4

-- 
Mathieu



More information about the wine-users mailing list