0

I get an entry point not found error when trying to use SDL2 2.26.5 x64 in conjuction with SDL2_image 2.6.3 x64, and calling IMG_Init(). include paths, linker stuff all set up like so:

enter image description here

enter image description here

enter image description here

so everything is set up correctly afaik. The full error states:

enter image description here

What i find weird about this error is that the function SDL_CreateRGBSurfaceWithFormat is a thing in the SDL2 library. Why is it trying to access this function in the SDL2_image library? How can I resolve this error?

HolyBlackCat
  • 78,603
  • 9
  • 131
  • 207
Ramster445
  • 45
  • 5

0 Answers0