Standalone VS 2010 C++ Program

后端 未结 5 606
迷失自我
迷失自我 2021-01-24 09:50

it\'s been a long while since I\'ve used VS 2010 and C++, and as I\'m getting back to using it, I\'m running into the same problems that plagued me last year: the exe\'s that I

5条回答
  •  借酒劲吻你
    2021-01-24 10:36

    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a7b7a05e-6de6-4d3a-a423-37bf0912db84

    google text: visual studio c++ redist

    Do not statically link to the runtime; specifically don't do so if you're using any kind of dll for other purposes. It introduces all kinds of bogus problems wrt heap management that you probably don't want to mess with.

提交回复
热议问题