I am trying to use SOIL to add textures to my program using OpenGL. My IDE is Dev c++. I am getting some sort of error about a SOIL function. This is my compiler log:
I tried adding the SOIL library. I downloaded it from http://www.lonesock.net/soil.html
I took the file in the lib folder and added it to Dev's lib folder. I also added the src/SOIL.h to Dev's include folder.
Does anyone know how to fix this error? I'm not sure, but I may have messed up adding the SOIL library.
thanks, I added "-lSOIL.h" to make it work; however, that confuses me. What does this "lSOIL.h" refer to? As far as I'm aware I have no file titled "lSOIL.h" on my hard drive.