cant find acces of procedure wmemcpy_s in the DLL-File MSVCR100.dll.
i translated it if it is not good translated its my fault
Originally Posted by proman98
hello every1
i cant open C++ or vb anymore i get this error:
cant find acces of procedure wmemcpy_s in the DLL-File MSVCR100.dll.
i translated it if it is not good translated its my fault
Update your .Shit framework and Visual Runtime C++ 2010 or w.e it's called / Download&Install MSVCR100.dll and hope it's magically the good version for you.
Posts 1–15 of 17 · Page 1 of 2
Post a Reply
Tags for this Thread
None
Originally Posted by Melodia
Update your .Shit framework and Visual Runtime C++ 2010 or w.e it's called / Download&Install MSVCR100.dll and hope it's magically the good version for you.
i reinstal .net framework and visual C++ and i redownloaded MSVCR100.dll but still i got the same error
Originally Posted by proman98
i reinstal .net framework and visual C++ and i redownloaded MSVCR100.dll but still i got the same error
There is no use screwing up your fresh .net/Visual Runtime install by overwriting one of it's dll's by some random internet one xD.
Edit : Anyways, Delete the random MSVCR100.dll from your system files some CA skiddy certainly asked you to install to "fix" one of the bugs his hacks had. (this is an assumption).
Originally Posted by Melodia
Update your .Shit framework and Visual Runtime C++ 2010 or w.e it's called / Download&Install MSVCR100.dll and hope it's magically the good version for you.
I keep wondering, what IDE do you use? Because you're so against the VC++.
Originally Posted by Melodia
There is no use screwing up your fresh .net/Visual Runtime install by overwriting one of it's dll's by some random internet one xD.
Edit : Anyways, Delete the random MSVCR100.dll from your system files some CA skiddy certainly asked you to install to "fix" one of the bugs his hacks had. (this is an assumption).
i got it were i always download my .dll files :
Dll-files.com
so this is first time i got a error whit a .dll file
When you reinstalled it, you sure you deleted everything?
when i downloaded it again it asks if i wanna reinstall/repair or delete i did choose reinstall/repair
uninstall -> reboot -> install -> reboot -> done
ok ill try it
Originally Posted by proman98
ok ill try it
Remove the DLL files you manually installed too.
Originally Posted by Melodia
There is no use screwing up your fresh .net/Visual Runtime install by overwriting one of it's dll's by some random internet one xD.
Edit : Anyways, Delete the random MSVCR100.dll from your system files some CA skiddy certainly asked you to install to "fix" one of the bugs his hacks had. (this is an assumption).
I hate to disagree with you, but it's very possible to screw it up. If the function he is trying to access is in the DLL he overwrote with another one ( assuming its missing this function ) it'll probably give you that error he's shown.
Please take notice of the bolded text. :P
Originally Posted by Void
I hate to disagree with you, but it's very possible to screw it up. If the function he is trying to access is in the DLL he overwrote with another one ( assuming its missing this function ) it'll probably give you that error he's shown.
Please take notice of the bolded text. :P
Latest MS crap will have all the functions ?
If Mr. Skiddy compiled using screwed up .Net libraries that requires a screwed up dll this is not really a correct practice to install his one over yours., And even if you do it should be in the application dir and auto-loaded, not sysfiles.
Anyways corrupted files are corrupted, I don't get why people mod .Net libs ; They are already crashy enough alone.