Windows 10: Specific C++ Redistributable

Discus and support Specific C++ Redistributable in Windows 10 Software and Apps to solve the problem; I am looking for these specific c++ redistributable, I've tried googling and all I've found are newer versions, but I need them for .dlls that I'm... Discussion in 'Windows 10 Software and Apps' started by Enos Vazquez, Jan 17, 2024.

  1. Specific C++ Redistributable


    I am looking for these specific c++ redistributable, I've tried googling and all I've found are newer versions, but I need them for .dlls that I'm trying to register. If you can please share them or link them:2005 x64 v8.0.563362008 x64 v9.0.307292010 x64 v10.0.402192012 x64 v11.0.51106.1

    :)
     
    Enos Vazquez, Jan 17, 2024
    #1
  2. GSquadron Win User

    C++ redistributable

    Sometimes when i install games, at the end they require two other components:
    directX update and C++ 2005 redistributable.
    Now the question is: This C++ 2005 means that the game was written in MSVC 2005?
    *Wtf :wtf:
     
    GSquadron, Jan 17, 2024
    #2
  3. Visual C++ Redistributable won't install?

    This issue might if the Microsoft Visual C++ 2010 Redistributable Package is not installed properly.

    I suggest you to uninstall any existing Microsoft Visual C++ Redistributable Package and install the latest Microsoft Visual C++ 2010 Redistributable Package to check if it helps.

    Follow the below steps:

    Step 1: Uninstall the exiting Microsoft Visual C++.

    a) Press Windows key + x key and select
    Programs and Features
    .

    b) Right click on the Microsoft Visual C++ and uninstall it.

    Step 2: Download the latest Microsoft Visual C++ and install it.

    Refer to the below link:

    Download Visual C++ Redistributable Packages for Visual Studio 2013 from Official Microsoft Download Center
     
    Andre Da Costa, Jan 17, 2024
    #3
  4. Kreij Win User

    Specific C++ Redistributable

    C++ redistributable

    The C++ redistributables are a collection of libraries that are needed to run a C++ program on a computer that does not have Visual C++ installed.
    There is no reason you have to link to specific versions of the library (unless earlier libraries do not contain the functions you want). You can even link to mutiple versions of libraries, but that is not highly recommended unless you are aware of the potential problems you could encounter.
    So you could technically be using VS2008 or VS2010 and be linking to the 2005 libraries for whatever reason.

    It's the same with C# and frameworks. You can compile against any compatible framework (2.0, 3.5, 4.0) as long as the libraries contain what you need. Depending upon what you compile against will determine what framework is required on the computer running the app, just like with the redistibutables.

    So in answer to your question, it is likely that the game was written using VS2005, but it is not a requirement for using the libraries.
     
    Kreij, Jan 17, 2024
    #4
Thema:

Specific C++ Redistributable

Loading...
  1. Specific C++ Redistributable - Similar Threads - Specific C++ Redistributable

  2. Windows Redistributable C++

    in Windows 10 Gaming
    Windows Redistributable C++: HiI notice that I have a host of these various apps in my list of programmes, some of which I have out of date copies.Can anyone advise me whether this list is normal and also should I update them and if so, how is this done.Thanks...
  3. Windows Redistributable C++

    in Windows 10 Software and Apps
    Windows Redistributable C++: HiI notice that I have a host of these various apps in my list of programmes, some of which I have out of date copies.Can anyone advise me whether this list is normal and also should I update them and if so, how is this done.Thanks...
  4. C++ Redistributables Will Not Install

    in Windows 10 Gaming
    C++ Redistributables Will Not Install: Hello,I am trying to install the latest version of the c++ redistributables, but each time I try, I get an error that says, "Step Failed One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the file log. 0x80070652...
  5. C++ Redistributables Will Not Install

    in Windows 10 Software and Apps
    C++ Redistributables Will Not Install: Hello,I am trying to install the latest version of the c++ redistributables, but each time I try, I get an error that says, "Step Failed One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the file log. 0x80070652...
  6. Specific C++ Redistributable

    in Windows 10 Gaming
    Specific C++ Redistributable: I am looking for these specific c++ redistributable, I've tried googling and all I've found are newer versions, but I need them for .dlls that I'm trying to register. If you can please share them or link them:2005 x64 v8.0.563362008 x64 v9.0.307292010 x64 v10.0.402192012 x64...
  7. Specific C++ Redistributable

    in Windows 10 Drivers and Hardware
    Specific C++ Redistributable: I am looking for these specific c++ redistributable, I've tried googling and all I've found are newer versions, but I need them for .dlls that I'm trying to register. If you can please share them or link them:2005 x64 v8.0.563362008 x64 v9.0.307292010 x64 v10.0.402192012 x64...
  8. Microsoft c++ redistributables

    in Windows 10 Network and Sharing
    Microsoft c++ redistributables: I have deleted some 2005 c++ redistributables and now I have no WiFi or sound and it won't let me reset my computer completely. https://answers.microsoft.com/en-us/windows/forum/all/microsoft-c-redistributables/066e2590-8206-4e07-93c0-8103ff8fbf2c
  9. C++ redistributables

    in AntiVirus, Firewalls and System Security
    C++ redistributables: Hi Due to business security requirements I need to ensure that only supported versions of C++ are installed on our computer estate. I also understand that some versions may have dependencies. I've located the KB which shows which versions are supported but it's too high...
  10. C++ Redistributable

    in Windows 10 Installation and Upgrade
    C++ Redistributable: hi i need to add installshileld condition what to do if vc 2019 install , its always a problem for me to find all information that i need , for example in every vc release i need to get all the ids from the reg , like :...