I’m trying to install GTK+ 2.16, using Code::Blocks, I set the “gtk” environnement variable and everything. It compiles successfully, the problem rises in run-time when it says “No entry point found for procedure deflateSetHeader in the dynamic library zlib1.dll”.
Anyone has an idea about this ? Is this some kind of bug that should be reported ?
Thanks in advance
Sounds like you have an old version of zlib installed that doesn’t contain the deflateSetHeader call. You should locate your dll and replace it with a newer version and/or reinstall a newer version of gtk.
Since Code::Blocks requires this call in zlib1.dll (the source of the failure) it will not be able to run without it so you must provide it with a version of the dll that contains it.