Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: After Vista System Restore, msvcr80.dll is missing! (Solved)  (Read 13547 times)

0 Members and 1 Guest are viewing this topic.

KristopherWindsor

    Topic Starter


    Beginner
  • FreeBasic Genius
    Re: After Vista System Restore, msvcr80.dll is missing!
    « Reply #15 on: July 23, 2008, 10:57:48 PM »
    I just installed v3.5 and it didn't solve the problem.  :'(
    Kristopher Windsor (Google me!)

    Sidewinder



      Guru

      Thanked: 139
    • Experience: Familiar
    • OS: Windows 10
    Re: After Vista System Restore, msvcr80.dll is missing!
    « Reply #16 on: July 24, 2008, 02:40:53 AM »
    Check out this thread.

    Be sure to read in it's entirety. There is a post from Martyn Lovell, the Development Lead of Visual C++ Libraries.

    Good luck.  8)
    The true sign of intelligence is not knowledge but imagination.

    -- Albert Einstein

    Spoiler



      Specialist

      Thanked: 50
    • Experience: Beginner
    • OS: Windows XP
    Re: After Vista System Restore, msvcr80.dll is missing!
    « Reply #17 on: July 24, 2008, 08:17:45 AM »
    If you have the file on your machine have you tried to re-register it?

    regsvr32 /u "your path to the file\msvcr80.dll"

    regsvr32 "your path to the file\msvcr80.dll"





    Whenever I watch TV and I see those poor starving kids all over the world, I can't help but cry. I mean I would love to be skinny like that, but not with all those flies and death and stuff." - Mariah Carey, Pop Singer

    KristopherWindsor

      Topic Starter


      Beginner
    • FreeBasic Genius
      Re: After Vista System Restore, msvcr80.dll is missing!
      « Reply #18 on: July 24, 2008, 02:09:33 PM »
      Check out this thread.

      Be sure to read in it's entirety. There is a post from Martyn Lovell, the Development Lead of Visual C++ Libraries.

      Good luck.  8)

      Thanks, I'll try this. It might take a couple days since I should contact the person who made the library (the part of the program that uses C / .NET).
      Kristopher Windsor (Google me!)

      KristopherWindsor

        Topic Starter


        Beginner
      • FreeBasic Genius
        Re: After Vista System Restore, msvcr80.dll is missing!
        « Reply #19 on: July 25, 2008, 12:39:44 AM »
        The part of my project that needs the missing DLL is a static .a file, and it seems that I cannot get it recompiled (it is made in some form of C, but I don't code with that).
        That long thread doesn't seem to have a solution for me since I don't use Visual C++.
        However, I shouldn't need to recompile it since it hasn't changed since the project was working.

        If you have the file on your machine have you tried to re-register it?

        regsvr32 /u "your path to the file\msvcr80.dll"

        regsvr32 "your path to the file\msvcr80.dll"

        I tried copying from the DLLs (apparently there are two other DLLs that accompany msvcr80) to system32 and then registering them, but that gave me the same error as in my first post:



        So this seems to be an impossible problem. :(
        I might just factory reset this computer; it won't take to long to reinstall everything... :o
        Kristopher Windsor (Google me!)

        KristopherWindsor

          Topic Starter


          Beginner
        • FreeBasic Genius
          Re: After Vista System Restore, msvcr80.dll is missing!
          « Reply #20 on: July 26, 2008, 12:25:38 AM »
          Aaaaaaaaaaaaaarrrrrrrrrrrrrrrrrrrrrrrrg ggggggggggggggggggggg!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1111111111111111111

          That's the general response when you find that a simple solution could have saved 2 days of aggravation.

          To make a long story short, the system restore had deleted the DLLs from my project folder (as I said before).
          Apparently I had replaced the missing zlib1.dll with the wrong version.
          When I put the correct zlib1.dll back in the folder, the program ran fine.
          I probably should have thought of that sooner... >:(

          As I suspected, this error didn't really have anything to do with msvcr80.dll. :o :o :o :o :o
          And to think I was about to factory reset the computer to fix that... :-X

          Problem solved anyway. ;) ;D

          Thanks for the help.
          I still wonder why zlib1.dll would ask for msvcr80.dll if I had it already?
          « Last Edit: July 26, 2008, 12:43:07 AM by KristopherWindsor »
          Kristopher Windsor (Google me!)