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 1554
一向
一向 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

    You have to install "Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package MFC Security Update" which is here: http://www.microsoft.com/en-us/download/details.aspx?id=26347

提交回复
热议问题