SFML community forums

Help => General => Topic started by: DarQ on May 07, 2018, 01:36:57 am

Title: Playing my own game on other PC
Post by: DarQ 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  ;)
Title: Re: Playing my own game on other PC
Post by: eXpl0it3r 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.