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

Author Topic: game does not work on other computers  (Read 897 times)

0 Members and 1 Guest are viewing this topic.

Nikita

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
game does not work on other computers
« 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?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Laurent Gomila - SFML developer

Gambit

  • Sr. Member
  • ****
  • Posts: 283
    • View Profile
Re: game does not work on other computers
« Reply #2 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).