GTK in CodeBlocks no deflateSetHeader in zlib1.dll

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.

+5
source share
2 answers

I had a similar problem with installing the StarDict editor on my computer running Windows XP.

stardict-editor-3.0.1.rar http://code.google.com/p/stardictproject/downloads/list StarDict- GTK, , , .dll, .

, :

+4

. , , zlib1.dll. "Loaded" C:\Windows\SysWOW64\zlib1.dll '..

DLL, dll SysWOW64 , .

, !

+2

All Articles