DLLs that are only in older versions of Microsoft Visual C++

ERIC.DEUCHER 0 Reputation points
2024-07-14T00:42:44.5266667+00:00

I got a program that apparently works with Microsoft Visual C++ 2013 installed. I came to this conclusion after installing all the versions I found here 'https://learn.microsoft.com/pt-br/cpp/windows/latest-supported-vc-redist?view=msvc-170&source=docs', I installed one by one in several different sequences until I got to that 2013 visual I mentioned before, then I noticed that Microsoft Visual C++ 2013 is the only one that has the .dlls needed to run that program, so I wanted to know why the latest Microsoft Visual C++ do not contain these files?
dlls

Wouldn't it be easier for Microsoft to make a program available that downloads all of these Microsoft Visual C++? Then the program would always notify you when there are new updates for the newest or most recently available Microsoft Visual C++?

I'm talking about a new program because I think it would be difficult to merge the older versions with the new ones.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,867 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,626 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 61,181 Reputation points
    2024-07-14T01:13:28.1833333+00:00

    the program requires a pretty obsolete MFC runtime (vs 2010). vs 2010 mainstream support ended in 2015, and extended support ended in 2020. as these runtimes are not included with the O/S, the application should include then as part of its install.

    as these runtimes are out of support, current version of C/C++ do not include.

    1 person found this answer helpful.

  2. Tianyu Sun-MSFT 29,351 Reputation points Microsoft Vendor
    2024-07-16T09:08:30.71+00:00

    Hello @ERIC.DEUCHER ,

    I’m afraid, no application/program that meet your requirement currently. You still need to select and install the corresponding version of Visual C++ Redistributable packages.

    I would recommend you submit a suggestion ticket on our Developer Community - Visual Studio/C++. If you do submit a suggestion ticket, please kindly share the ticket link here.

    Thanks for your understanding, have a nice day.

    Best Regards,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.