python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Problem with SDL2_image.dll and libpng16-16.dll
Problem with SDL2_image.dll and libpng16-16.dll
When calling IMG_Init(IMG_INIT_PNG); I get a "failed" return.
IMG_GetError() returns "Failed loading libpng16-16.dll"
When checki...
enocknitti
Votes: 0
Answers: 1
errno 11 after initialize SDL
After initialize SDL with SDL_Init and IMG_Init i observe the code 11 on errno. It means that Resource temporarily unavailable. But i don't know why. Please help me resolve this problem. I observe the...
Dev Beginner
Votes: 0
Answers: 1
How to load texture from png in sdl2 useing SDL_image.h
I am trying to load an image into a texture using SDL_image.h however whenever I try to run the line of code that uses IMG_Load("./assets/snow.png) it just crashes the program without any error m...
TANK1_41
Votes: 0
Answers: 0
How do you include/link libraries to an executable file Eclipse c++
I am trying to distribute an executable file from a c++ project I made in eclipse. The problem is, it uses the SDL2 and SDL2 Image libraries which works fine on my computer since they are downloaded a...
Gary Fisher
Votes: 0
Answers: 0