Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Other poeple need MSVCP110.dll to run my software?  (Read 1946 times)

0 Members and 1 Guest are viewing this topic.

Chi

  • Newbie
  • *
  • Posts: 25
    • View Profile
Other poeple need MSVCP110.dll to run my software?
« on: March 17, 2013, 12:32:38 am »
Hello all,

i have made a simple game wie C++/SFMl2 via Visual Studio 2010 Express. If send my Gamefiles (static release) to other poeple, they always cant run the project by missing MSVCP110.dll.

Does anyon know how to fix this? I tryed alredy to download this .dll from the internet, but it makes errors and so on. There must be away to compile that this .dll is not longer requested?

Thanks :) !

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10837
    • View Profile
    • development blog
    • Email
AW: Other poeple need MSVCP110.dll to run my software?
« Reply #1 on: March 17, 2013, 12:47:33 am »
Have you already googled for the problem, I bet you'll find the answer with a single search. ;)

Your friend will have to install the VS redistributables (or so). ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Chi

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: AW: Other poeple need MSVCP110.dll to run my software?
« Reply #2 on: March 17, 2013, 12:50:42 am »
Have you already googled for the problem, I bet you'll find the answer with a single search. ;)

Your friend will have to install the VS redistributables (or so). ;)

I googled for the dll, but not for the problem  - omg xD ... yeah im a noob. But thanks so far.

 

anything