Why installing vcredist_x86.exe doesn't fix SideBySide error when I develop an EXE on one machine and run it on another one?

后端 未结 7 1563
一向
一向 2020-12-07 14:05

Issue

I wrote a C++ project called \'Foo\' using Microsoft Visual Studio 2005 Verison 8.0.50727.762 (SP.050727-7600) on Windows XP Professional Vers

7条回答
  •  再見小時候
    2020-12-07 14:41

    For me the side by side error went just by chabging the under the setting c/c++ ->CodeGeneration->RuntimeLibrary ,make it MTD that is multi-Thread Debug

提交回复
热议问题