I\'ve just installed SDL 2 and I have some serious problems. This is my code:
#include int main(int argc, char* argv[]){ SDL_Init( SDL_I
I solved this by exchanging the
int main(int argc, char* argv[])
line with
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow )
No idea why to be honest, then again I moved on to the SFML.