Re: [gdal-dev] ECRG RasterIO problem

2022-10-04 Thread mchapman
Even, You are my new hero. That worked! Question: Should I always use GDAL_FORCE_CACHING=YES or is it driver specific? I would like to just set it to YES once at startup and forget about it. What are the pros and cons of setting it to YES / NO? Thanks for committing that chang

[gdal-dev] ECRG RasterIO problem

2022-10-03 Thread mchapman
All, I have an ECRG dataset that fails when reading pixels from the gdalrasterband object on one of the subdatasets. It appears that the underlying proxy dataset has a macro check called RB_PROXY_METHOD_WITH_RET_WITH_INIT_BLOCK that fails because the block sizes are different. This happens fo

Re: [gdal-dev] Newbie Developer Question About Linking

2008-09-05 Thread mchapman
Joel, Also you could us depends.exe to see what is missing in the gdal.dll Martin Sent via BlackBerry by AT&T -Original Message- From: "Joel Odom" <[EMAIL PROTECTED]> Date: Fri, 5 Sep 2008 15:21:20 To: Martin Chapman<[EMAIL PROTECTED]>; Subject: Re: [gdal-dev] Newbie Developer Quest

Re: [gdal-dev] Newbie Developer Question About Linking

2008-09-05 Thread mchapman
Joel, Look in/gdal/nmake.opt to turn off odbc and then recompile gdal. Martin Sent via BlackBerry by AT&T -Original Message- From: "Joel Odom" <[EMAIL PROTECTED]> Date: Fri, 5 Sep 2008 15:21:20 To: Martin Chapman<[EMAIL PROTECTED]>; Subject: Re: [gdal-dev] Newbie Developer Question A

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 To: Subject: [gdal-dev] geotiff image pr