Hi everyone,
I can't seem to get SFML working with VS 2010, I'm just trying to get the first tutorial up and running, using sf::Clock
http://www.sfml-dev.org/tutorials/1.6/start-vc.phpI've added the include and lib directories to VC++ Directories, defined SFML_DYNAMIC in preprocessor definitions, converted the solution and rebuilt the libs in VS 2010, and linked to 'sfml-system-d.lib' in Linker->Input->Additional Dependencies, then copied the sfml-system-d incremental linker file and the sfml-system-d.dll application extension to the directory of my project.
I get the error message: error LNK1104: cannot open file 'sfml-system-d.lib'
I have seen so many posts containing problems like this but none of them seem to contain the solution to my problem as far as I can see, sorry for throwing another one into the mix.
Thanks x