SDL_Image

Aug 11, 2015 at 12:01am
I'm fairly certain I've included all the right headers correctly and the such, I have these:
1
2
#include <SDL2/SDL.h>
#include <SDL_image.h> 

However, SDL_image can't locate SDL.h...
So clearly, I haven't done it correctly. Could anyone help?
Aug 11, 2015 at 12:02am
Try downloading the SDL2_image library.
Aug 12, 2015 at 3:19am
...Except I do have the SDL2_image library and I'm fairly certain that I've set it up correctly.
Aug 12, 2015 at 6:47am
Try changing your include path so it goes to SDL.h directly. (So you wont have to put SDL2/SDL.h).

Otherwise would need more info on IDE/what you have tried etc.
Aug 12, 2015 at 7:39pm
What do your project settings and folder layout look like?
Topic archived. No new replies allowed.