The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Too many visual c++ runtimes?

    Discussion in 'Windows OS and Software' started by ytrewqxl, Jun 27, 2010.

  1. ytrewqxl

    ytrewqxl Notebook Guru

    Reputations:
    0
    Messages:
    71
    Likes Received:
    0
    Trophy Points:
    15
    I recently installed visual c++ runtimes 2010 both (x64 and x86), later several apps (i don't remember which) also automatically installed visual c++ 2008, 2005, 2005 SP1 runtimes. My question: Can I throw them away because they are replaced by 2010 or are they still needed?
     
  2. Nebelwand

    Nebelwand Notebook Consultant

    Reputations:
    119
    Messages:
    213
    Likes Received:
    0
    Trophy Points:
    30
    I think applications need whatever major version they were compiled against.

    After a recent reinstall the add/remove panel listed three different 2008 runtimes, so there seem to be even more intermediate versions than just what you listed... removed them all and reinstalled the plain 2008 and 2008 SP1 ones, that doesn't seem to have broken anything.
     
  3. metril

    metril Notebook Deity

    Reputations:
    420
    Messages:
    968
    Likes Received:
    0
    Trophy Points:
    30
    Some are still needed. With each new revision of the runtime, some library functions are renamed or entirely removed. Don't worry about having too many. They are all small and do not interfere with each other.
     
  4. ytrewqxl

    ytrewqxl Notebook Guru

    Reputations:
    0
    Messages:
    71
    Likes Received:
    0
    Trophy Points:
    15
    Thank you!