1

Intel describes libm.lib as a static library, libmmt.lib as a multi-threaded static library (/MT) and libmmds.lib as a multi-threaded static library (/MD) all implementing the LibM Math Library.

But don't you always have to choose either /MT or /MD? Why are there 3 static versions of the library on Windows, rather than just two?

4

1 に答える 1

1

これは、シングル スレッド アプリケーション用のランタイムを持つ古い VC6 用です!! しかし今のところ、あなたは正しいです。もうありません。

于 2012-10-12T22:25:35.317 に答える