So I am trying SFML out, and the first thing I noticed was that there is a console window running in the background. So I tried to set the subsystem to Windows. When I try to run it again the following error appears :
Error 1 error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup MSVCRTD.lib
I have linked against sfml-system-s-d.lib, sfml-window-s-d.lib and sfml-graphics-s-d.lib (in DEBUG mode of course).
Any suggestions how to make this work?