How the hell do i set up SFML?!

Im using vc++ 2010 and i keep getting all these stupid LNK errors.

I have the include and lib directories set up, and i have the additional dependcies linked but i'm still getting a whole bunch of LNK errors.
Did you use cmake?
Make sure you follow this tutorial - http://sfml-dev.org/tutorials/2.0/compile-with-cmake.php
... I think ill just stick with SDL because that is way too confusing
check this out

http://www.youtube.com/watch?v=tyUDuOGPpOk

this video shows how to get SFML working with VS 2010 <<< Statically >>>
Last edited on
@Fantasy

I followed the video and it still doesnt work.. it actually made it worse.
i got it i got it, one second

Step by Step:

1) Go to the VC++ part of the Properties thing for your project and Include the Include folder.

2) Go to the VC++ part of the Properties thing for your project and Include the Lib folder, for the lib section.

3) Then go to Linker -> Input and in Additional Dependencies put: sfml-system.lib

That should be it. Also put the sfml-system.dll in the same folder as where the compiled exe of your program is.
Last edited on
Topic archived. No new replies allowed.