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 checking output in debug mode both dlls are loaded and immediately unloaded.
Other SDL2 functions works as expected.
Both dlls are placed in the same folder as the .exe
I suspect one or both dlls are bad. I can find them at several places on the net but
at no place I trust right away.
Can anybody recommend at trustworthy site for these dlls ?
Or any advice on what my problem might be ?