Windows 7, 64 bit, DLL problems

前端 未结 14 753
故里飘歌
故里飘歌 2020-11-22 12:37

I have a problem with our executable. I\'m running this C++ 32-bit executable on my Windows 7 64-bit development box that also has all those Microsoft applications (Vis

14条回答
  •  心在旅途
    2020-11-22 13:39

    This problem is related to missing the Visual Studio "redistributable package." It is not obvious which one is missing based on the dependency walk, but I would try the one that corresponds with your compiler version first and see if things run properly:

    Visual Studio 2015

    Visual Studio 2013

    Visual Studio 2010

    Visual Studio 2008

    I ran into this problem because I am using the Visual Studio compilers, but not the full Visual Studio environment.


    Going to dare to inject a new link here: The latest supported Visual C++ downloads. Stein Åsmul, 29.11.2018.

提交回复
热议问题