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
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
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
>
>
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
>>
>>
&
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
>
>
> ___
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
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: