Silvia Marchesi wrote:
Thanks a lot,
 now the problem is with libpng13-vc8, but I think I'll read the suggested
instructions from gdal website..

Silvia,

You need to make all GDAL DLL binaries and all GDAL DLL dependencies "visible" to dynamic linker. Each time your program is launched, dynamic loader tries to find DLL libraries your program uses.

Here you can find information where the loader searches for DLL and in what order, so it will suggest you where to put GDAL and other DLL files.

http://msdn.microsoft.com/en-us/library/ms682586.aspx

If some DLLs still can not be found, try to use dependency walker to find out what DLLs are missing:

http://www.dependencywalker.com/

Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net
Charter Member of OSGeo, http://osgeo.org
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to