Redistributables for Visual C++ 8.0 (msvcr80.dll) and later can be found here[1].
AFAIK, msvcr70.dll if part of .NET Framework 1.0 and msvcr71.dll is part .NET Framework 1.1. I got my hands on their installers, but .NET Framework 1.0 fails to install on Windows 11. For others, I honestly don't know. I happen to have some of them installed as side-by-side assemblies. Some useful details can be found here[2], in particular: ``` For Msvcr70.dll or for Msvcr71.dll, you should install the CRT DLL into your application program files directory. You may not install these files into the Windows system directories. For Msvcr80.dll and for Msvcr90.dll, you should install the CRT as Windows side-by-side assemblies. ``` [1] https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist [2] https://learn.microsoft.com/en-us/previous-versions/troubleshoot/visualstudio/cpp/libraries/redistribution-shared-c-runtime-componen ________________________________ From: Pali Rohár <pali.ro...@gmail.com> Sent: Thursday, September 4, 2025 8:42 PM To: mingw-w64-public@lists.sourceforge.net <mingw-w64-public@lists.sourceforge.net>; Kirill Makurin <maiddais...@outlook.com> Subject: mingw-w64.org webpage with CRT libraries Hello, I would like to ask, what do you think about adding a new webpage on mingw-w64.org which would contain information about all available CRT DLL libraries against which mingw-w64 can link EXE or DLL and where to download them (links to MS redistributable binaries)? I think that this information can be useful as currently it is slightly harder to find where are older redistributable binaries, and on which Windows versions which CRT DLL can work. _______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public