Sign in with
Sign up | Sign in
Your question
Solved

MSVCR100D.dll many issues.

Tags:
  • Visual Studio
  • Windows 7
  • DLL
Last response: in Windows 7
Share
October 1, 2014 1:44:06 PM

I am opening an application that gives me the error that this dll is not installed in my computer. So I go to the Microsoft site an install the proper visual studio (since other people have this problem I just went on their forum an downloaded the links to the visual studio package) and none of them install this particular dll file(tried both 1 at a time). So I go online to download the file an put it in my system 32 folder but when i open my command prompt and type regsvr msvcr100d.dll to check if its actually there it gives me an error an says 32 bit version is not compatible with the x64 or x86 that i am using. So i restart pc, and have even put this dll file in the application thats giving the error, but still the same thing? help? Or where can I download a 64 bit version of msvcr100D.dll
since I cant seem to find it through the Microsoft packages and even through this online dll websites?

More about : msvcr100d dll issues

a c 211 $ Windows 7
October 1, 2014 2:01:10 PM

what application?
m
0
l
a b $ Windows 7
October 1, 2014 2:20:30 PM

The file msvcr100.dll should be installed with the Visual C++ 2010 Redistributable Package:
http://www.microsoft.com/en-us/download/details.aspx?id...

The version with a d on the end is a debug version, only installed with Visual Studio. The applications shouldn't be using this file. What is the application?
m
0
l
Related resources
October 1, 2014 3:16:16 PM

The application is an aimbot or color aimbot. When I open it it requires a dll which is what the owner said it would, and he said to just downloaded it an the application should open fine. The aimbot is for a game which when the file is open you type in the games name an it will inject itself in that game.
m
0
l
a b $ Windows 7
October 1, 2014 3:34:38 PM

cloudhalo said:
The application is an aimbot or color aimbot. When I open it it requires a dll which is what the owner said it would, and he said to just downloaded it an the application should open fine. The aimbot is for a game which when the file is open you type in the games name an it will inject itself in that game.


Just copying in the dll and registering it won't be enough.
You have two options:
- Install Visual Studio 2010 on your computer
- Have the person who developed it recompile as a release version rather than a debug version.
m
0
l
October 1, 2014 3:48:57 PM

if i install visual studios will it solve the porblem or will I have to put certain dll files in my system 32 directory?
m
0
l

Best solution

a b $ Windows 7
October 1, 2014 4:16:56 PM

cloudhalo said:
if i install visual studios will it solve the porblem or will I have to put certain dll files in my system 32 directory?


All required dlls will be installed with Visual Studio. In order for the application to work, it needs to be the same version that was used to compile the program. This should be Visual Studio 10 SP1.
Share
a c 211 $ Windows 7
October 1, 2014 5:41:36 PM

you going to install something that the developer, don't even understand they need to compile the program in released mode.
m
0
l
October 1, 2014 5:48:42 PM

thanks vincint.i install ide visual studio an the package an it works
m
0
l
!