Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 VS2010 中创建了一个 DLL,并在C/C++->Code generation->Runtime library下使用了“多线程” 。
现在我想知道“多线程”和“多线程-DLL”之间的区别是什么。
多线程选项将静态链接 CRT,而多线程 DLL将链接到动态库。
使用前一个选项,您将获得更大的二进制文件,但您不必在使用它的任何地方安装 Visual Studio 可再发行组件。