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

Author Topic: Playing my own game on other PC  (Read 1002 times)

0 Members and 1 Guest are viewing this topic.

DarQ

  • Newbie
  • *
  • Posts: 7
    • View Profile
Playing my own game on other PC
« on: May 07, 2018, 01:36:57 am »
Hey, I've just ended my own game and i don't know what should i send to my friend to make him able to play (without sending him the whole code). I' ve been seraching on forum but i couldn't make it with already existing posts. I know i should add libs like openal32 but what's more?
 I linked my sfml staticly and i'm working with visual studio 2017.
Thanks in advance guys  ;)

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10916
    • View Profile
    • development blog
    • Email
Re: Playing my own game on other PC
« Reply #1 on: May 07, 2018, 08:30:00 am »
The EXE, the required DLLs and the resources. If you linked the runtime library dynamically, they will also need to install the VC redist matching your VS version, which can be downloaded from Microsoft.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything