CRTL (without iostream) | 鐗規?/b> | VC緙栬瘧閫夐」 | 棰勭紪璇戝畯 |
LIBC.LIB | Single threaded, static link | /ML | |
LIBCMT.LIB | Multithreaded, static link | /MT | _MT |
MSVCRT.LIB | Multithreaded, dynamic link (import library for MSVCRT.DLL),瀵逛簬涓嶅悓鐨刅C鐗堟湰瀵瑰簲鐨凞LL鍚嶇О涓嶄竴錛?br />VC1.0-MSVCRT10.DLL VC2.0-MSVCRT20.DLL VC4.0-MSVCRT40.DLL VC4.2-MSVCRT.DLL VC5.0-MSVCRT.DLL VC6.0-MSVCRT.DLL | /MD | _MT, _DLL |
Standard C++ Library | Characteristics | Option | Defined |
LIBCP.LIB | Single threaded, static link | /ML | |
LIBCPMT.LIB | Multithreaded, static link | /MT | _MT |
MSVCPRT.LIB | Multithreaded, dynamic link (import library for MSVCRT.DLL),瀵逛簬涓嶅悓鐨刅C鐗堟湰瀵瑰簲鐨凞LL鍚嶇О涓嶄竴錛?br />VC4.2-MSVCPRT.DLL VC5.0-MSVCP50.DLL VC6.0-MSVCP60.DLL | /MD | _MT, _DLL |
Old Iostream Library | Characteristics | Option | Defined |
LIBCI.LIB | Single threaded, static link | /ML | |
LIBCIMT.LIB | Multithreaded, static link | /MT | _MT |
MSVCIRT.LIB | Multithreaded, dynamic link (import library for MSVCIRT.DLL) | /MD | _MT, _DLL |
CRTL(without iostream) | Characteristics | Option | Defined | |
LIBCD.LIB | Single-threaded, static link | /MLd | _DEBUG | |
LIBCMTD.LIB | Multithreaded, static link | /MTd | _DEBUG, _MT | |
MSVCRTD.LIB | Multithreaded, dynamic link (import library for MSVCRxD.DLL)1 | /MDd | _DEBUG, _MT, _DLL | |
1聽聽聽In place of the 鈥渪鈥?in the DLL name, substitute the major version numeral of Visual C++ that you are using. For example, if you are using Visual C++ version 4, then the library name would be MSVCR40D.DLL. |
Standard C++ Debug Library | Characteristics | Option | Defined |
LIBCPD.LIB | Single-threaded, static link | /MLd | _DEBUG |
LIBCPMTD.LIB | Multithreaded, static link | /MTd | _DEBUG, _MT |
MSVCPRTD.LIB | Multithreaded, dynamic link (import library for MSVCRTD.DLL),瀵逛簬涓嶅悓鐨刅C鐗堟湰瀵瑰簲鐨凞LL鍚嶇О涓嶄竴錛?br />VC4.2-MSVCPRTD.DLL VC5.0-MSVCP50D.DLL VC6.0-MSVCP60D.DLL | /MDd | _DEBUG, _MT, _DLL |
iostream Debug Library | Characteristics | Option | Defined |
LIBCID.LIB | Single threaded, static link | /MLd | _DEBUG |
LIBCIMTD.LIB | Multithreaded, static link | /MTd | _DEBUG, _MT |
MSVCIRTD.LIB | Multithreaded, dynamic link (import library for MSVCIRTD.DLL) | /MDd | _DEBUG, _MT, _DLL |