msvcr70.dll, msvcrt.dll?

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

what is the difference between these 2DLLs?
do they come standart on all Windws (98, millenium, 200, XP)? or do they
require any extra component?

thanks for any tips!
 
do they come standart on all Windws (98, millenium, 200, XP)? or do they
require any extra component?

No, since VC7 was released after these Windows versions. But they are
redistributable.



Mattias
 
and what about MSVCRT.DLL?

is this one standart?
(or do I have to redistribute it too?)
 
msvcrt.dll is a system component, more exactly it's the C runtime library
used by the OS and it's components.
msvcrtxx.dll are the redistributable C runtime libraries....
msvcrt70.dll is the C runtime library that comes with VS2002 and the .NET
framework 1.0.
msvcrt71.dll is the C runtime that comes with VS2003 and .NET v1.1.
msvcrt80.dll is the C runtime that comes with VS2005 and .NET v2.0. (not yet
redistributable)
Note that these RT libs have other dependencies, check all the msxxxx7y.dll.

Willy.
 
Back
Top