Results 1 to 6 of 6

Thread: MSVCR100.dll missing

  1. #1
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default MSVCR100.dll missing

    I'm trying to run SMART on Simba with this code:

    Code:
    program new;
    {$DEFINE SMART}
    {$i srl/srl.simba}
    
    begin
      ClearDebug();
      SetupSRL();
    end.
    But I get an error saying the MSVCR100.dll file is missing.

    I already tried following this guide:

    http://villavu.com/forum/showthread....t=MSVCR100.dll

    But to download .dll files you need to pay for the program now, looks like when the guide was made this was not the case.

    Then I did some googling and I found that the MSVCR100.dll file is actually the microsoft c++ 2010 redistributable package so I downloaded that, but I still get the same error.

    Can anyone help me?

    Thanks.

  2. #2
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    The correct way to fix that problem:

    http://villavu.com/forum/showthread.php?t=71261
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  3. #3
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I tried both options. I downloaded the MSVCR100.dll file and placed it in C:/Windows/System but the error was still there.

    I also downloaded Microsoft Visual C++ 2010 Redistributable Package (x64) but the error is still here.

    Any more ideas?

  4. #4
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by core View Post
    See if putting it right next to your simba.exe helps
    Didn't work. Nevermind, I'll just wait for wBot to come back.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •