About 9,070,000 results
Open links in new tab
  1. windows - What is C++/WinRT exactly? - Stack Overflow

    Feb 2, 2020 · The Windows Runtime 1 is the foundational infrastructure used by Windows to expose its APIs. It is intended to be the successor to the flat, C-based Win32 API (although you can use the …

  2. windows - Microsoft Visual C++ 2022 X86 Minimum Runtime Error ...

    Nov 16, 2024 · Microsoft Visual C++ xxxx Xxx Additional Runtime – xx.xx.xxxxx Microsoft Visual C++ xxxx Xxx Debug Runtime – xx.xx.xxxxx Microsoft Visual C++ xxxx Xxx Minimum Runtime – …

  3. How to remove a dotnet runtime on Windows? - Stack Overflow

    Jan 21, 2020 · 3 Try uninstalling Microsoft Windows Desktop Runtime - 3.1.32 from Apps and Features. The 3.1.32 .net Core libraries appeared to be bundled with them.

  4. Understanding C Runtime libraries in Windows vs. Linux and best ...

    Sep 30, 2024 · Are these equivalent? Windows Linux vcruntime[version].dll -static-libgcc msvcp[version].dll -static-libstdc++ Moreover, is it true that if I am statically linking the C runtime in …

  5. What is the C runtime library? - Stack Overflow

    Dec 21, 2014 · The C runtime library provides essential functions and support for C programs, including memory management, input/output operations, and mathematical computations.

  6. How do I find the installed .NET versions? - Stack Overflow

    Oct 14, 2009 · How do I find out which version of .NET is installed? I'm looking for something as simple as java -version that I can type at the command prompt and that tells me the current version(s) …

  7. How to read a winmd (WinRT metadata file)? - Stack Overflow

    Jan 26, 2019 · From Windows Runtime design: The Windows Runtime is exposed using API metadata (.winmd files). This is the same format used by the .NET framework (Ecma-335). The underlying …

  8. How to determine if .NET Core is installed - Stack Overflow

    Open C:\Program Files\dotnet\sdk in Windows Explorer (Source for the locations: A developer's blog) In addition, you can see the latest Runtime and SDK versions installed by issuing these commands at …

  9. Windows - can't install MS Visual C++ Redistributable

    May 2, 2024 · and uninstalled all VC++ Redistributable (including runtime) instances for x86 and x64, so there is absolutely no trace of Visual C++ Also cleaned the registry, rebooted.

  10. What's the difference between SDK and Runtime in .NET Core?

    The runtime is the "virtual machine" that hosts/runs the application and abstracts all the interaction with the base operating system. Only the latter is required to run the application, but the former is needed …