I have already links to all CRT libs. And yes, it looks like that msvcr70/msvcr71 are only available as part of the .NET Framework 1.0/1.1.
On Thursday 04 September 2025 12:11:02 Kirill Makurin wrote: > I accidentally truncated second link when copied it. Here's the correct link: > https://learn.microsoft.com/en-us/previous-versions/troubleshoot/visualstudio/cpp/libraries/redistribution-shared-c-runtime-component > ________________________________ > From: Kirill Makurin <[email protected]> > Sent: Thursday, September 4, 2025 8:49 PM > To: Pali Rohár <[email protected]> > Cc: mingw-w64-public <[email protected]> > Subject: Re: [Mingw-w64-public] mingw-w64.org webpage with CRT libraries > > 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 <[email protected]> > Sent: Thursday, September 4, 2025 8:42 PM > To: [email protected] > <[email protected]>; Kirill Makurin > <[email protected]> > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
