how to get microsoft c++ v2013

Martín Romero 0 Reputation points
2026-07-20T23:34:05.4233333+00:00

how to download microsoft c++ v2013. all version needed to solve problems with EnCapta siemens

Developer technologies | C++
Developer technologies | 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.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Nancy Vo (WICLOUD CORPORATION) 7,985 Reputation points Microsoft External Staff Moderator
    2026-07-21T04:30:19.3166667+00:00

    Hello @Martín Romero ,

    Thanks for your question.

    Microsoft officially ended extended support for Visual Studio 2013 (VC++ 12.0), but you can still safely download the required runtime packages directly from their official documentation archives.

    Siemens EnCapta typically requires the Microsoft Visual C++ 2013 Redistributable packages to run properly. It is generally necessary to install both the 32-bit and 64-bit versions, as older enterprise software often relies on components from both architectures.

    Please run both installers. A system restart is recommended after the installation is complete before opening EnCapta again.

    I hope this addresses your question. If this response was helpful, please consider following the guidance to provide feedback. Thank you.

    Was this answer helpful?

    1 person found this answer helpful.

  2. Martín Romero 0 Reputation points
    2026-07-20T23:46:20.8333333+00:00

    how to download microsoft windows desktop runtime. all version needed to solve problems with EnCapta siemens

    Was this answer helpful?

    1 person found this answer helpful.

  3. AI answer

    2026-07-20T23:34:25.21+00:00

    For Visual C++ 2013, download the latest available Visual Studio 2013 Redistributable packages in en-US here:

    Version: 12.0.40664.0

    If the application reports missing MSVCR120.DLL or MSVCP120.DLL, those files are part of the VC++ 2013 redistributable runtimes. In that case, install both x86 and x64 packages.

    If a different language is required, other Visual C++ 2013 versions and languages are available from the Visual C++ 2013 update package pages.

    Note: Visual Studio 2013 / VC++ 2013 is listed as no longer supported.


    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.