So, I just registered today and I have to say that SDL SUCKS
. They don't care about MinGW windows users. I'm pretty sure SFML is more suppportive with MinGW Windows.
So here's my problem. I found that SFML includes libraries with <> operator, which means that I have to put my include folder inside of MinGW folder because <> will look for my MinGW directory, not my current directory. So it solved my problem. But now I have a new problem. Whenever I compile my main.cpp file, I'm getting tons of undefined reference errors. I think this is because of lib files but I have no idea how to link them. Where do I put my lib files? inside of MinGW or my current directory? and do I use
-L/mypath -lsomething
?
thanks.