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
You need to add these to linker libraries with the same order:
mingw32 SDL2main SDL2
Note that the order is important.