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.
... I think ill just stick with SDL because that is way too confusing
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