Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    proman98's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Achel
    Posts
    1,024
    Reputation
    47
    Thanks
    81
    My Mood
    Fine

    C++ And vb error

    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

  2. #2
    Melodia's Avatar
    Join Date
    Dec 2009
    Gender
    female
    Posts
    2,608
    Reputation
    276
    Thanks
    1,662
    My Mood
    Dead
    Quote Originally Posted by proman98 View Post
    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.
    Love You All~

  3. #3
    proman98's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Achel
    Posts
    1,024
    Reputation
    47
    Thanks
    81
    My Mood
    Fine
    Quote Originally Posted by Melodia View Post


    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

  4. #4
    Melodia's Avatar
    Join Date
    Dec 2009
    Gender
    female
    Posts
    2,608
    Reputation
    276
    Thanks
    1,662
    My Mood
    Dead
    Quote Originally Posted by proman98 View Post
    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).
    Last edited by Melodia; 06-02-2011 at 12:39 PM.
    Love You All~

  5. #5
    Nathan's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    In a magical place
    Posts
    6,113
    Reputation
    394
    Thanks
    363
    Quote Originally Posted by Melodia View Post


    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++.

  6. #6
    proman98's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Achel
    Posts
    1,024
    Reputation
    47
    Thanks
    81
    My Mood
    Fine
    Quote Originally Posted by Melodia View Post


    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

  7. #7
    Lyoto Machida's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Far away with girls
    Posts
    3,734
    Reputation
    133
    Thanks
    1,621
    My Mood
    Aggressive
    When you reinstalled it, you sure you deleted everything?

  8. #8
    proman98's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Achel
    Posts
    1,024
    Reputation
    47
    Thanks
    81
    My Mood
    Fine
    when i downloaded it again it asks if i wanna reinstall/repair or delete i did choose reinstall/repair

  9. #9
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    uninstall -> reboot -> install -> reboot -> done
    Ah we-a blaze the fyah, make it bun dem!

  10. #10
    proman98's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Achel
    Posts
    1,024
    Reputation
    47
    Thanks
    81
    My Mood
    Fine
    ok ill try it

  11. #11
    Melodia's Avatar
    Join Date
    Dec 2009
    Gender
    female
    Posts
    2,608
    Reputation
    276
    Thanks
    1,662
    My Mood
    Dead
    Quote Originally Posted by proman98 View Post
    ok ill try it
    Remove the DLL files you manually installed too.
    Love You All~

  12. #12
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Quote Originally Posted by Melodia View Post


    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

  13. #13
    Melodia's Avatar
    Join Date
    Dec 2009
    Gender
    female
    Posts
    2,608
    Reputation
    276
    Thanks
    1,662
    My Mood
    Dead
    Quote Originally Posted by Void View Post
    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.
    Love You All~

  14. #14
    proman98's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Achel
    Posts
    1,024
    Reputation
    47
    Thanks
    81
    My Mood
    Fine
    still not working , same error

  15. #15
    proman98's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Achel
    Posts
    1,024
    Reputation
    47
    Thanks
    81
    My Mood
    Fine
    /req close

    i found that dll somewere at the map from C++

Page 1 of 2 12 LastLast