I've read many posts on SDL_Image
library, but I still cannot solve my problem.
I have #include "SDL/SDL_image.h"
at the top, but when I go to compile it says
"cannot find -lSDL_image".
I have the SDL2_image.dll
with the main, double checked that I have the correct versions of both SDL and SDL_image, and have also tried "SDL_image
" under the linker options, but nothing seems to work.