Re: [gdal-dev] gdal 1.8 and ERDAS ECW Read-Write SDK problem

2012-09-26 Thread Even Rouault
Selon netcadturgay : > Hi Even Rouault > I have builded both Gdal 1.8 library and Gdal 1.9 library including ERDAS > read-write sdk. Results: > > Gdal 1.9 > --- > ReadOnly-> OK > Update -> OK (update capabilities are restricted to header information, not imagery) > CreateCopy -> OK >

Re: [gdal-dev] gdal 1.8 and ERDAS ECW Read-Write SDK problem

2012-09-26 Thread netcadturgay
Hi Even Rouault I have builded both Gdal 1.8 library and Gdal 1.9 library including ERDAS read-write sdk. Results: Gdal 1.9 --- ReadOnly-> OK Update -> OK CreateCopy -> OK Create -> NOT OK Gdal 1.8 ReadOnly-> OK Update -> NOT OK CreateCopy -> OK Create

Re: [gdal-dev] gdal 1.8 and ERDAS ECW Read-Write SDK problem

2012-09-26 Thread Even Rouault
Selon netcadturgay : > I have builded Gdal 1.8 library with "ERDAS ECWJP2 SDK Desktop Read-Write" > and build is ended with a successfull. But when I try to open a ECW file in > update mode, I have an error. > > Error: The ECW driver does not support update access to existing datasets. > > Any sug

[gdal-dev] gdal 1.8 and ERDAS ECW Read-Write SDK problem

2012-09-26 Thread netcadturgay
I have builded Gdal 1.8 library with "ERDAS ECWJP2 SDK Desktop Read-Write" and build is ended with a successfull. But when I try to open a ECW file in update mode, I have an error. Error: The ECW driver does not support update access to existing datasets. Any suggesstion about this problem ? I ha