I need to launch a game but I want to create a standalone .exe, because when VS finishes the compilation it creates the .exe but together are the dll of the game, I wanted it to be only the .exe in order to distribute. I know he'll be heavier for that.
Game made in C ++, VS version is 2013.
In this link a person responds how to do but I could not.
I'm new to this area so if anyone can help me thank you very much.