I've been trying to get SFML working on VSE 2010 though I am running into problem, after problem, after problem. I've managed to fix a few of them though I am stuck with one more that I cannot figure out. Any information that you need to solve the problem I will happily provide.
This is the error message when I try to compile the clock thing which is the first tutorial. btw I'm using 2.0
1>------ Build started: Project: sfml test, Configuration: Debug Win32 ------
1> main.cpp
1>d:\programming\c++ projects\sfml test\sfml test\main.cpp(10): warning C4244: 'argument' : conversion from 'float' to 'sf::Uint32', possible loss of data
1>LINK : fatal error LNK1104: cannot open file 'sfml-graphics.2.lib'
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
PS: I don't know if this is in the right section. I have no clue what exactly the problem is because it has been complaining about lots of different things though I think I have managed to fix them.