I have downloaded SFML 1.6 and I am following this tutorial..
http://www.sfml-dev.org/tutorials/1.6/start-vc.php.
I copied *.lib files to CP/lib and the include/SFML to CP/include (on MS Visual Studio 2010 Professional). Which this should make SFML available to all projects?
I also setup the Linker>Input>Additional Dependancies and C/C++>Preprocessor>Preprocessor Definations
When I try to compile my program it won't compile due to errors. Also the sf:: has a red line under it which I assume indicates it is not available.
Please note I am new to Game Development all together but I know several technologies relating to web development (PHP, etc)
Thanks in advance for any support
-klj613