msvcr70.dll, msvcrt.dll?

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!
 
M

Mattias Sjögren

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
 
L

Lloyd Dupont

and what about MSVCRT.DLL?

is this one standart?
(or do I have to redistribute it too?)
 
W

Willy Denoyette [MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

MSVCR70.dll missing 5
Lost MSVCR70.dll 1
msvcrt.dll : ??_u@yapaxi@z 4
setup project 6
Excel 2007 error when closed - msvcrt.dll 1
How to replace msvcrt.dll? 21
MSVCRT.DLL 1
using MSVCRT.DLL instead of MSVCR71.DLL 4

Top