I'll just post this here I guess.
Uh, I tried the 2.0 installation tutorial on 2010 express, did everything it told me to, and got this:
http://www.sfml-dev.org/tutorials/2.0/start-vc.php
When I changed
int main()
to
int WinMain()
, as to see if that would fix it, I got this:
1>k:\yannic\bobstudios\projects\sfml_test_1\sfml_test_1\main.cpp(4): warning C4007: 'WinMain' : must be '__stdcall'
1>MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
What am
I doing wrong?