hi,
what does MSVCRT.DLL do in windows? Why is it used?
Printable View
hi,
what does MSVCRT.DLL do in windows? Why is it used?
MS Microsoft
VC Visual C
RT Runtime / Retail
It's the C runtime library.
It is used by all programs you compile in Visual C++ 6 where you set the CRT linkage to "multithreaded dynamic library". Since there are quite a lot of such apps it really makes full use of the "single copy in memory" feature of DLLs.