Visual Studio 2010 MSVCR dependency removal?

前端 未结 3 2062
心在旅途
心在旅途 2020-12-09 18:01

I\'ve tried Googleing this but I could not find a solution. I am trying to learn some basic C++. I wrote a simple hello world:

#include 
int m         


        
3条回答
  •  遥遥无期
    2020-12-09 18:40

    You can link the MS runtime statically, Project Options -> C/C++ -> Code Generation -> Multithreaded (or Multithreaded Debug for debugging configuration). No DLL should be needed then.

提交回复
热议问题