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.
英特尔将libm.lib 描述为静态库,将 libmmt.lib 描述为多线程静态库 (/MT),将 libmmds.lib 描述为多线程静态库 (/MD),它们都实现了LibM 数学库。
但是您不是总是必须选择/MT 或/MD 吗?为什么 Windows 上有 3 个静态版本的库,而不仅仅是两个?
这适用于具有单线程应用程序运行时的旧 VC6!但现在你是对的,我们不再拥有它了!