Windows 7 Rev 7100 msvcr71.dll error?

dante1217

New Member
Joined
May 26, 2009
Messages
22
i got an error that msvcr71.dll was missing, so i installed the VC++ 2005 redistributable package (which includes the dll) and it didnt work, so i downloaded and placed the DLL myself (in [c/windows] & [c/windows/system] & [c/windows/system32]) it only NEEDS to be in the system32 folder, but i put in the other three just incase... and im still getting the error......

can anybody help me?

Thanks,
-Dante
 


once copied you'll have to register it I think.


START ORB, then type: regsvr32 <path & filename of dll>

that will register the file. Not sure if it will cure the problem but it wont hurt!
 


once copied you'll have to register it I think.


START ORB, then type: regsvr32 <path & filename of dll>

that will register the file. Not sure if it will cure the problem but it wont hurt!

what is ORB? the CMD?

EDIT Tried it in the CMS and got this:
Link Removed
 


Last edited:
sorry, that wasnt very clear. I meant click the START button and then just type the regsvr line in and hit enter
 


or you can do it from a CMD prompt - either is good :)
 


I believe you need to 2008 runtime, although I'm not ever sure that's a part of it.

Do a search on your computer for that filename, goose the latest version and copy it to the c:\Windows\\system32 directory.

You can';t register it using regsvr32 as it's not a self-registering file.
 


I believe you need to 2008 runtime, although I'm not ever sure that's a part of it.

Do a search on your computer for that filename, goose the latest version and copy it to the c:\Windows\\system32 directory.

You can';t register it using regsvr32 as it's not a self-registering file.
not sure exatly what it means, but i installed the 2008 libraries as well, still nothing... im not sure what "filename" you mean...
 


Do a search on your computer for msvcr71.dll, choose the latest version and copy it to the c:\Windows\\system32 directory.

Check version numbers so you know the higher version to copy or move to the system32 directory.
 


gotcha, hah ill get back to you in a second
 


well, that fixed that problem... but now i get SDL_mixer.dll is missing o.o there really must be something missing..
 


What program are you running when you get this error and was it the same program giving your the msvcr71.dll problem>
 


yeah, and i fixed it thanks to you guys, thanks ALOT
 


Back
Top