I'm just now starting on SDL, and right now i've been running into a problem that doesn't want my program with SDL functions to compile. This is the error I got:
I got my SDL libraries and everything from lazy foo net, and done everything the instructions tell me to do. I also tried to move every file that used SDL onto a seperate folder, and that didn't solve the problem. I still have the SDL folder that I extracted from www.libsdl.org, the file name is SDL-devel-1.2.14-mingw32.tar.gz. Any help would be nice, thank you.
Edit: Whoops, forgot to say that my compiler is Dev C++ 4.9.9.2.
Nevermind, I've figured it out...
I misspelled this: -lmingw32 -lSDLmain -lSDL in the parameters tab in project options...
I'm an idiot...thanks for the help anyway.