* LIBC.LIB is a statically linked library for single-threaded programs.
* LIBCMT.LIB is a statically linked library that supports multithreaded programs.
* CRTDLL.LIB is an import library for CRTDLL.DLL that also supports multithreaded programs. CRTDLL.DLL itself is part of Windows NT.
Microsoft Visual c++ 32位版本也包含这三种形式,但是DLL中的CRT名为MSVCRT.LIB。DLL是可重新分发的。它的名字取决于vc++的版本(即MSVCRT10.DLL或MSVCRT20.DLL)。但是请注意,win32上不支持MSVCRT10.DLL,而CRTDLL. dll不支持win32。在win32上支持LIB。dll有两个版本:一个用于Windows NT,另一个用于win32。