im trying to finish the first tutorial, but im getting linking errors all the way. I checked spelling and paths, cant find a mistake there. Perhaps someone can tell me what im doing wrong here:
ThxLinking...
LIBC.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Release/Irrtest.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Irrtest.exe - 2 error(s), 0 warning(s)
--------------------Configuration: Irrtest - Win32 Debug--------------------
Compiling...
irrtest.cpp
Linking...
MSVCRTD.lib(crtexew.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/Irrtest.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Irrtest.exe - 2 error(s), 0 warning(s)