SFML community forums

Help => General => Topic started by: Nikita on November 30, 2014, 01:48:27 pm

Title: game does not work on other computers
Post by: Nikita on November 30, 2014, 01:48:27 pm
made the game on c ++ and SFML for Windows. developed in the MVS 9. Compile and run perfectly. But only on my computer (which was being developed). on other computers running Windows gives an error message. after installing the MVS on the computer problem disappears. Why not start without MVS?
Title: Re: game does not work on other computers
Post by: Laurent on November 30, 2014, 01:51:25 pm
http://en.sfml-dev.org/forums/index.php?topic=5559.0
Title: Re: game does not work on other computers
Post by: Gambit on November 30, 2014, 01:54:45 pm
What Laurent said. Also, anything compiled with any Microsoft compiler needs to be shipped with that version's MSVC Redistributables library (I'm not sure if thats the same with Clang, G++, etc).