Re: how shoul I solve error "The Procedure entry Point deflateSetHeader could not be located in the Dynamic link: ...\gtk3.6.4\bin\libgio-2.0-0.dll"

2017-01-12 Thread Gabriele Greco
>
>
>
> "The Procedure entry Point deflateSetHeader could not be located in the
> Dynamic link:
> ...\gtk3.6.4\bin\libgio-2.0-0.dll".
>
>
You miss libz dll, I find useful to build win32 environment to use
"depends.exe" (http://www.dependencywalker.com/) to find similar problems.

Please note that you do not need .lib, but only dll since that's not a
direct dependency on your application.

Actually my GTK/curl win32 runtime includes the following dlls...

freebl3.dll icuuc56.dll libfontconfig-1.dll
libglib-2.0-0.dll   libjasper-1.dll libpangowin32-1.0-0.dll
libstdc++-6.dll nssdbm3.dll
icudata56.dll   libatk-1.0-0.dlllibfreetype-6.dll
libgmodule-2.0-0.dlllibjpeg-8.dll   libpixman-1-0.dll
libtasn1-6.dll  nssutil3.dll
icui18n56.dll   libcairo-2.dll  libgailutil-18.dll
 libgobject-2.0-0.dllliblzma-5.dll   libplc4.dll
libtiff-5.dll   smime3.dll
icuio56.dll libcairo-gobject-2.dll  libgcc_s_seh-1.dll
 libgpg-error6-0.dll libnspr4.dlllibplds4.dll
 libwinpthread-1.dll softokn3.dll
icule56.dll libcrypto-10.dlllibgcrypt-20.dll
 libgtk-win32-2.0-0.dll  libp11-kit-0.dlllibpng16-16.dll
libxml2-2.dll   ssl3.dll
iculx56.dll libcurl-4.dll   libgdk-win32-2.0-0.dll
 libharfbuzz-0.dll   libpango-1.0-0.dll  libsqlite3-0.dll
 libxslt-1.dll   zlib1.dll
icutest56.dll   libexpat-1.dll  libgdk_pixbuf-2.0-0.dll
libidn-11.dll   libpangocairo-1.0-0.dll libssh2-1.dll
nss3.dll
icutu56.dll libffi-6.dlllibgio-2.0-0.dll
 libintl-8.dll   libpangoft2-1.0-0.dll   libssl-10.dll
nssckbi.dll

-- 
*Bye,*
* Gabry*
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


how shoul I solve error "The Procedure entry Point deflateSetHeader could not be located in the Dynamic link: ...\gtk3.6.4\bin\libgio-2.0-0.dll"

2017-01-12 Thread Mahnaz afsharpour
Hi.
I want to use GTK for user interface for C++ project.for configure gtk to
vs 2013  in property Manager I added New  property Sheet.in VC++Directories
  I've done these settings:
  "Executable Directories" :../gtk3.6.4/bin
  "Include Directories" :../gtk3.6.4/include
   "Library Directories": ../gtk3.6.4/lib
In Tab "Linker"->"Input" ->"Additional Dependencies": I wrote all of ".lib"
 filename.
in system environment variable I added path of gtk and  gtk/bin.
But  When I want to run a simple application program gives this error:

"The Procedure entry Point deflateSetHeader could not be located in the
Dynamic link:
...\gtk3.6.4\bin\libgio-2.0-0.dll".

Please advise how should I solve this problem؟

Thank you.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list