[gdal-dev] geotiff image problem

Mateusz Loskot mateusz at loskot.net
Thu Aug 28 16:35:44 EDT 2008


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


More information about the gdal-dev mailing list