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!
Mattias Sjögren - 14 Jul 2005 07:32 GMT
>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

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Lloyd Dupont - 14 Jul 2005 08:54 GMT
and what about MSVCRT.DLL?
is this one standart?
(or do I have to redistribute it too?)
> >do they come standart on all Windws (98, millenium, 200, XP)? or do they
>>require any extra component?
[quoted text clipped - 3 lines]
>
> Mattias
Willy Denoyette [MVP] - 14 Jul 2005 09:32 GMT
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.
> 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!