I keep getting this error whenever I try to load a PNG image using SDL2.0.3 and visual studio 2012.
The procedure entry point inflateReset2 could not be located in the dynamic link library zlib1.dll error
I have placed the slib1.dll
file in the same directory as the .exe, file of my project. I also add it in System32 folder in my windows directory.
I want to understand what does this error mean, and how to handle it. Thanks in advance!
P.S. The .pmb images work fine