Here is the real solution to your missing DLL problems:
- Download the file(s) that the program is complaining about from DLL-files:
- Microsoft Visual C++ 6.0: MSVCR60.DLL and MSVCP60.DLL
- Microsoft Visual C++ .NET: MSVCR70.DLL and MSVCP70.DLL
- Microsoft Visual C++ .NET 2003: MSVCR71.DLL and MSVCP71.DLL
- Microsoft Visual C++ 6.0: MSVCR60.DLL and MSVCP60.DLL
- When you download a file from DLL-files it will come in a .ZIP archive. Extract the contents of the archives to your desktop. You can delete the text files, all you need are the .DLL files (Windows calls them "Application Extensions" if you have file extensions disabled).
- Open up Explorer and browse to the C:\Windows\SysWOW64 directory.
- Move the .DLL files you just extracted into this directory. Vista will give you a UAC prompt or two, just hit Continue when it prompts you.
I'm pretty sure I've run into this issue with other versions of Windows, but I don't care enough at the moment to throughly test what works and what doesn't. If you have WORKING advice for any other editions of Windows such as 32-bit Vista or perhaps even Windows XP, leave a comment.