I have fixed it, I am sorry for wasting your bandwidth. I just had to add -s postfix after the libs names, because I have set the SFML_STATIC preprocessor directive.
But, I am getting one simple warning:
1>------ Build started: Project: SFtest, Configuration: Release Win32 ------
1> main.cpp
1>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
1> Generating code
1> Finished generating code
1> SFtest.vcxproj -> c:\users\brukmoon\documents\visual studio 2010\Projects\SFtest\Release\SFtest.exe
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
how to fix it?