Re: [gdal-dev] geotiff image problem

2008-08-28 Thread Mateusz Loskot
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, dynami

RE: [gdal-dev] geotiff image problem

2008-08-28 Thread Martin Chapman
sy to do if you read the Windows build instructions on the gdal.org website. Martin From: Silvia Marchesi [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2008 9:42 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] geotiff image pr

Re: [gdal-dev] geotiff image problem

2008-08-28 Thread Silvia Marchesi
l.org website. > > > > Martin > > > > *From:* Silvia Marchesi [mailto:[EMAIL PROTECTED] > *Sent:* Thursday, August 28, 2008 9:42 AM > *To:* [EMAIL PROTECTED] > *Cc:* [EMAIL PROTECTED]; gdal-dev@lists.osgeo.org > *Subject:* Re: [gdal-dev] geotiff image problem > >

Re: [gdal-dev] geotiff image problem

2008-08-28 Thread Silvia Marchesi
rtin >> >> Sent via BlackBerry by AT&T >> >> -Original Message- >> From: "Silvia Marchesi" <[EMAIL PROTECTED]> >> >> Date: Thu, 28 Aug 2008 16:30:25 >> To: >> Subject: [gdal-dev] geotiff image problem >> >> &

Re: [gdal-dev] geotiff image problem

2008-08-28 Thread Silvia Marchesi
via BlackBerry by AT&T > > -Original Message- > From: "Silvia Marchesi" <[EMAIL PROTECTED]> > > Date: Thu, 28 Aug 2008 16:30:25 > To: > Subject: [gdal-dev] geotiff image problem > > > ___

Re: [gdal-dev] geotiff image problem

2008-08-28 Thread mchapman
Silvia, In your project properties in vs under the "Link" tab you need to add the path to the file "gdal_i.lib". Martin Sent via BlackBerry by AT&T -Original Message- From: "Silvia Marchesi" <[EMAIL PROTECTED]> Date: Thu, 28 Aug 2008 16:30:25

[gdal-dev] geotiff image problem

2008-08-28 Thread Silvia Marchesi
Hi everybody! I'm a new user of GDAL; in particular I'm working with GDAL in Visual Studio 2005 in order to read Geotiff images; I'm following the GDAL API Tutorial, but I have some problems. I'm trying to open the file (a geotiff image); according to the tutorial I have written the following code: