SFML community forums

Help => General => Topic started by: Chi on March 17, 2013, 12:32:38 am

Title: Other poeple need MSVCP110.dll to run my software?
Post by: Chi 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 :) !
Title: AW: Other poeple need MSVCP110.dll to run my software?
Post by: eXpl0it3r 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). ;)
Title: Re: AW: Other poeple need MSVCP110.dll to run my software?
Post by: Chi 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.