The program can't start because msvcp80.dll is missing

前端 未结 4 546
既然无缘
既然无缘 2021-01-23 15:16

I work on a machine with win 7 32bit on visual studio 2010.

I tried to run in release mode a code that work fine on other computer(win7 64bit), and the following message

4条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-23 15:37

    Can you check to see if your dlls are 32bit ? Maybe you have the 64 bit versions.

    See How can I test a Windows DLL file to determine if it is 32 bit or 64 bit?.

提交回复
热议问题