I need use SOIL library in my project. My steps:
download and extract zip to my project folder
rename libSOIL.a to SOIL.lib
Properties >> C/C++>General >> Additional include directories - Add "./SOIL/src"
Properties >> Linker >> General >> Additional Library Directories - Add "SOIL.lib"
put #include "SOIL.h"
Function *SOIL_load_image* was found but
error LNK1104: cannot open file 'SOIL.libkernel32.lib'