I am using the Window function tutorial in the version 1.6 tutorial with Microsoft Visual C++ Express 2010, and added the needed dependencies and the other setup things mentioned in the 1st tutorial. However, when I try to compile, I get this Build Message:
1>------ Build started: Project: SFML Test2, Configuration: Debug Win32 ------
1> stdafx.cpp
1> SFML Test2.cpp
1>MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
1>C:\Users\Gio\Desktop\Documents\C++ Programs\Tests\SFML Test2\Debug\SFML Test2.exe : fatal error LNK1120: 1 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
How do I fix this error? Any help would be greatly appreciated.[/code]