Should I link to the Visual Studio C runtime statically or dynamically?

前端 未结 4 1727
离开以前
离开以前 2020-12-01 01:21

I have read arguments on both sides about whether one should link to the C runtime library statically or dynamically in Visual Studio projects, and I\'m still not entirely s

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-01 01:26

    ... Do it statically... attempts to fix DLL Hell haven't worked out that well... just add an extra 200k to your installation with the static linkage.

提交回复
热议问题