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 struggled with this forever.
Simply move the sdl files out of your program files to your desktop or documents etc and link them to C from there.
Think it has something to do with Windows not allowing C to access them or something.
Hope this helps Cool