I am trying to get a working GTK project in Code :: Blocks on a Windows machine. I followed the instructions found in the Easy Way section of this link
When I open a GTK project and try to compile and run, the following error message appears:
The procedure entry point deflateSetHeader could not be located in the dynamic
link library zlib1.dll.
Is there a newer version of zlib1.dll that I need to replace with the current one? If yes, is there a link? Or perhaps if someone else had a similar error, any feedback would be very mandatory.
Thank.
source
share