About 50 results
Open links in new tab
  1. What is the difference between "VC++" and "C++"?

    Oct 13, 2008 · C++ is the actual language, VC++ is Microsoft's Visual C++, an IDE for C++ development. From stason.org: C++ is the programming language, Visual C++ is Microsoft's …

  2. windows installer - Install VC++ Redistributables for Visual Studio ...

    Jan 15, 2024 · I have a Microsoft Visual Studio 2022 VC++ application that is distributed as MSI file and installs the VC++ redistributable as merge modules. It’s a server application that is always installed for...

  3. How to install Visual C++ Build tools? - Stack Overflow

    Nov 9, 2016 · I need to install Visual C++ Build Tools. When I've download installer, I've tried to install it, however it's telling me I need to uninstall VS 2015! How can I solve it? Why is Visual C++ Build t...

  4. What is the difference between C++ and Visual C++?

    Jun 9, 2009 · Microsoft Visual C++ (often abbreviated as MSVC or VC++) is an integrated development environment (IDE) product from Microsoft for the C, C++, and C++/CLI programming languages. …

  5. Warning: VC++ 2008 runtime libraries are not installed. Xilinx

    Sep 6, 2021 · I installed the ISE from Xilinx to my windows PC and it ended up very bad. It isn't working, since when I try to run it, the next message appears Warning: VC++ 2008 runtime libraries are not …

  6. How to detect if Visual C++ 2017 Redistributable is installed

    Sep 12, 2017 · With Microsoft changing the pattern of registry entries in its latest versions, how do i detect if Visual C++ 2017 Redistributable is installed on a machine? My aim is to install …

  7. Can't install PostgreSQL: An error occurred executing the Microsoft ...

    Oct 22, 2019 · One of the reasons this can happen is because the installer attempts to install an older version of the VC++ runtime than what you are currently using. See this installation log, found in your …

  8. Direct link to VC++ 2010 SP1 Redistributable from custom installer

    Oct 3, 2012 · Direct link to VC++ 2010 SP1 Redistributable from custom installer Asked 13 years, 8 months ago Modified 13 years, 6 months ago Viewed 19k times

  9. Where to download Microsoft Visual c++ 2003 redistributable

    Oct 20, 2009 · After a bit of googling, it seems that there never was a separate redistributable for Visual C++ 2003 (7.1). At least that is what a post on the microsoft forum says. You may however be able …

  10. visual c++ - VC++ resources in a static library - Stack Overflow

    Feb 10, 2009 · Is it possible to build resources into a static library and reuse them by simply linking with the library? I'm primarily thinking about the case where you call a function in the library which in t...