what is msvc71dll

  • Thread starter Thread starter Guest
  • Start date Start date
The DLL is a runtime library. If Works is complaining that it is missing,
then you should reinstall Microsoft Works since the DLL doesn't look like it
is a part of the Windows XP operating system.
 
JOHNBOY said:
WHAT IS MSVC71DLL I HAVE LOST MICROSOFT WORKS TASK LAUNSHER AND OTHER
WORKS

Are you sure it's not msvcr71.dll? If so, tt's a Visual C/C++ V7.1 run time
library. Perhaps Works was written, in part, in that language. You should
be able to Google the DLL and find places from which to download it, like
www.dll-files.com. Reregister it and you should be set.
 
I had a similar error, but a search of my C drive yields 8 copies of the dll.
Do you know what directory it should be in? How do I register a dll?
 
EJCampbell said:
I had a similar error, but a search of my C drive yields 8 copies of
the dll. Do you know what directory it should be in?

Probably C:\Windows\system32
How do I register a dll?

Click Start>Run. Enter

regsvr32.exe msvcr71.dll

Click OK.
 
Back
Top