help SFML

how to setup the SFML 2.1 in c++?.... i new in SFML need help..
RTFM....

Check out SFML's official tutorial.
IF You still can't install then ask for it here for specific steps.
i would recommend getting the latest nightly build and then installing it with the tutorials on the site. I had problems installing it but when i used the nightly builds and followed the same steps it worked.

P.S. are you using an IDE and if so which one
I also had issues with SFML 2.1, was adding it to my VS13, took me a few hours to get it work but only with console apps, btw any1 know how to turn the console off ?
closed account (N36fSL3A)
Change the subystem from SUBSYSTEM_CONSOLE TO SUBSYSTEM_WINDOWS or something similar.
Fredbill wrote:
Change the subystem from SUBSYSTEM_CONSOLE TO SUBSYSTEM_WINDOWS or something similar.

How can you say that , its not mentioned in the official website nor has OP specified any problem related to this ,
for keeping portable application entry point SFML has a small module main , there is no need to change the subsystem unless you want to hide the extra console.
What you wrote seems really irrelevant.

sorry , didn't read Favor98's post, anyways , you could have specified whom you are answering,

@Favor98 @OP
This is what you have to do : http://www.sfml-dev.org/tutorials/2.1/start-vc.php
Last edited on
Topic archived. No new replies allowed.