Chayan Vinayak
08-03-2011, 09:49 PM
Hello,
Can anyone give me detailed instructions to use SOIL library ?
I am trying to use SOIL library to load image for the textures but my main program is not recognizing SOIL functions.
1. I am moving all the files in my solution directory where my main.cpp also lives.
2. Dragging all the header files in "Header files" folder of project.
3. Dragging SOIL.c file in "Source files" folder of project.
4. renaming libSOIL.a file to SOIL.lib and copying it to lib folder if Visual Studio.
5. including SOIL.h in main.cpp
but still main.cpp can not find SOIL functions.
Thanks
Chayan
Can anyone give me detailed instructions to use SOIL library ?
I am trying to use SOIL library to load image for the textures but my main program is not recognizing SOIL functions.
1. I am moving all the files in my solution directory where my main.cpp also lives.
2. Dragging all the header files in "Header files" folder of project.
3. Dragging SOIL.c file in "Source files" folder of project.
4. renaming libSOIL.a file to SOIL.lib and copying it to lib folder if Visual Studio.
5. including SOIL.h in main.cpp
but still main.cpp can not find SOIL functions.
Thanks
Chayan