I download SFML from this site http://sfml.my-gate.net/nightly/ (http://sfml.my-gate.net/nightly/) and follow from SFML tutorial to setup project but when i type
#include <SFML/Graphics.hpp>
It tells me cannnot open source file SFML/Graphics.hpp
I upload my project please see it.
Thanks in advance.
[attachment deleted by admin]
I do setup project again and it can include header but when I start debug it can not be done.
It says.
Error 1 error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup C:\Users\aratnon\Documents\Visual Studio 2012\Projects\Test_SFML\Test_SFML\MSVCRTD.lib(crtexew.obj) Test_SFML