Re: [gdal-dev] Re: how can I compile GDAL 1.7.3 with ecw 4.1 in Virsual Studio 2010

2010-11-30 Thread Frank Warmerdam
GeoJoda wrote: is nobody who can answer this issues under, or maybe I have to move this issue to the MapServer user otherwise I thank all who participate in this forum. GeoJoda, I don't see any reason you are likely to have better luck on the MapServer list. Reviewing this thread I am left w

[gdal-dev] Re: how can I compile GDAL 1.7.3 with ecw 4.1 in Virsual Studio 2010

2010-11-30 Thread GeoJoda
is nobody who can answer this issues under, or maybe I have to move this issue to the MapServer user otherwise I thank all who participate in this forum. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/how-can-I-compile-GDAL-1-7-3-with-ecw-4-1-in-Virsual-Studio-2010-tp5

[gdal-dev] Re: how can I compile GDAL 1.7.3 with ecw 4.1 in Virsual Studio 2010

2010-11-26 Thread GeoJoda
hi Jean and everone Many thanks for the reply. I could quickly test gdal17.dll with gdaltranslate and could convert ecw. file to jpeg foramt file. Does that mean gdal17.dll is ok and it's MapServer5.6.5 is wrong here? or how can I test MapServer5.6.5 connection to gdal? -- View this message in

Re: [gdal-dev] Re: how can I compile GDAL 1.7.3 with ecw 4.1 in Virsual Studio 2010

2010-11-26 Thread Jean-Claude Repetto
Le 26/11/2010 11:52, GeoJoda a écrit : My next question would be: how can I test gdal17 alone. This means that I will put mapFile as input to gdal and as output I get an image. Is it possible? Hello, You can try to convert the ECW image to another format, for example JPEG : gdal_translate -of

[gdal-dev] Re: how can I compile GDAL 1.7.3 with ecw 4.1 in Virsual Studio 2010

2010-11-26 Thread GeoJoda
Hello again I want to use ecw with MapServer perfectly straight as before. That is only to read ECW files and display them as images. My simple test mapFile syntax is: MAP NAME "ORTOFOTO" STATUS on SIZE 512 512 EXTENT 692845 6170118 693140 6170292 UNITS meters SHAPEPATH "c:/proj/rosk

Re: [gdal-dev] Re: how can I compile GDAL 1.7.3 with ecw 4.1 in Virsual Studio 2010

2010-11-25 Thread Tamas Szekeres
BTW: Do you have any compelling reason to use ECW 4.1 instead of an older version, like the 3.3 povided for example at: http://vbkto.dyndns.org/sdk/These packages also contain the required C# bindigs for gdal and mapserver. You can download the -dev packages so as to compile your own versions of gd

Re: [gdal-dev] Re: how can I compile GDAL 1.7.3 with ecw 4.1 in Virsual Studio 2010

2010-11-25 Thread Frank Warmerdam
GeoJoda wrote: Hi again Finally I managed to compile ecw dll as part of gdal. This means I do not need to declare a system variable to tell where ecw gdal plugin is located. I ran gdalinfo - format: Bingo found *Supported Formats: ECW (ro): ERMapper Compressed Wavelet JP2ECW (ro): ERMapper JPE

[gdal-dev] Re: how can I compile GDAL 1.7.3 with ecw 4.1 in Virsual Studio 2010

2010-11-25 Thread GeoJoda
Hi again Finally I managed to compile ecw dll as part of gdal. This means I do not need to declare a system variable to tell where ecw gdal plugin is located. I ran gdalinfo - format: Bingo found Supported Formats: ECW (ro): ERMapper Compressed Wavelet JP2ECW (ro): ERMapper JPEG2000 But when

Re: [gdal-dev] Re: how can I compile GDAL 1.7.3 with ecw 4.1 in Virsual Studio 2010

2010-11-24 Thread Frank Warmerdam
Ricardo Filipe Soares Garcia da wrote: Hi I'm no expert on this, but I was under the impression that the new version of the ERDAS SDK, that was released earlier this year, was incompatible with GDAL... Try compiling with the previous version and you might be able to solve your issues. Folks,

Re: [gdal-dev] Re: how can I compile GDAL 1.7.3 with ecw 4.1 in Virsual Studio 2010

2010-11-24 Thread Ricardo Filipe Soares Garcia da
Hi I'm no expert on this, but I was under the impression that the new version of the ERDAS SDK, that was released earlier this year, was incompatible with GDAL... Try compiling with the previous version and you might be able to solve your issues. On Wed, Nov 24, 2010 at 7:07 PM, GeoJoda wrote:

[gdal-dev] Re: how can I compile GDAL 1.7.3 with ecw 4.1 in Virsual Studio 2010

2010-11-24 Thread GeoJoda
I tried many times. It does not work. other ideers ? Why it is so hard to compile gdal with ecw format with VS2010? And why i can't find a documentation describe how to do it step by step. The only tiket I find it interesting was this one http://trac.osgeo.org/gdal/ticket/3676. Think you Jorge Ar

Re: [gdal-dev] Re: how can I compile GDAL 1.7.3 with ecw 4.1 in Virsual Studio 2010

2010-11-24 Thread Jorge Arévalo
On Wed, Nov 24, 2010 at 3:48 PM, GeoJoda wrote: > > hi  Jorge Arévalo > thank you for answering my question very quickly,. I spent much time to get > it to work. I managed to build the solution. I also got a > gdal_ECW_JP2ECW.dll with gdal17.dll. > the ext question will be, how can I include ecw p

[gdal-dev] Re: how can I compile GDAL 1.7.3 with ecw 4.1 in Virsual Studio 2010

2010-11-24 Thread GeoJoda
hi Jorge Arévalo thank you for answering my question very quickly,. I spent much time to get it to work. I managed to build the solution. I also got a gdal_ECW_JP2ECW.dll with gdal17.dll. the ext question will be, how can I include ecw plugin in gdal17 ? i tried with defining a GDAL_DRIVER_PATH

Re: [gdal-dev] Re: how can I compile GDAL 1.7.3 with ecw 4.1 in Virsual Studio 2010

2010-11-23 Thread Jorge Arévalo
On Tue, Nov 23, 2010 at 2:30 PM, GeoJoda wrote: > > Yes, I've tried this link, there is no version that supports ecw format: > I attached the log > http://osgeo-org.1803224.n2.nabble.com/file/n5766611/makegdal10.log > makegdal10.log > I've made a small change. I have renamed "Erda ECW JPEG2000 SDK

[gdal-dev] Re: how can I compile GDAL 1.7.3 with ecw 4.1 in Virsual Studio 2010

2010-11-23 Thread GeoJoda
Yes, I've tried this link, there is no version that supports ecw format: I attached the log http://osgeo-org.1803224.n2.nabble.com/file/n5766611/makegdal10.log makegdal10.log I've made a small change. I have renamed "Erda ECW JPEG2000 SDK Read" folder to "SDK". -- View this message in contex

[gdal-dev] Re: how can I compile GDAL 1.7.3 with ecw 4.1 in Virsual Studio 2010

2010-11-23 Thread GeoJoda
Yes, I've tried this link, there is no version that supports ecw format: I attached the log file. http://osgeo-org.1803224.n2.nabble.com/file/n5766602/makegdal10.log makegdal10.log I've made a small change. I have renamed "Erda ECW JPEG2000 SDK Read" folder to "SDK". -- View this message in con