Re: [Gdal-dev] GDAL and ECW

2009-07-23 Thread Mateusz Loskot
jteasis wrote: Well I fixed those 4 changes that i saw in the bin file, but still have the same errors. Would any other problems cause the error? Sorry, I'm not a wizard. You quoted incomplete error messages: 1. Error1 error C2059: syntax error : '' 2. Error2 error

Re: [Gdal-dev] GDAL and ECW

2009-07-23 Thread jteasis
Well I fixed those 4 changes that i saw in the bin file, but still have the same errors. Would any other problems cause the error? Mateusz Loskot wrote: > > jteasis wrote: >> When I tried to compile the NCSEcw it gives me two types of errors. >> 1. Error 1 error C2059: syntax error :

Re: [Gdal-dev] GDAL and ECW

2009-07-23 Thread Mateusz Loskot
jteasis wrote: When I tried to compile the NCSEcw it gives me two types of errors. 1. Error 1 error C2059: syntax error : '' 2. Error2 error C2238: unexpected token(s) preceding ';' I am compiling it on Visual Studio 2008 on Windows XP. Do you or anybody know the reasons for the e

Re: [Gdal-dev] GDAL and ECW

2009-07-23 Thread jteasis
When I tried to compile the NCSEcw it gives me two types of errors. 1. Error1 error C2059: syntax error : '' 2. Error2 error C2238: unexpected token(s) preceding ';' I am compiling it on Visual Studio 2008 on Windows XP. Do you or anybody know the reasons for the erro

Re: [Gdal-dev] GDAL and ECW

2009-07-20 Thread jteasis
I got the files but all I have is Extract.exe and a batch file. Is this correct and is there a place I need to put them or do I need to put them in a specific location? Thank you so much for the help. It is greatly appreciated. Daniele Romagnoli wrote: > > Hi, > we have already done it for Ima

Re: [Gdal-dev] GDAL and ECW

2009-07-20 Thread Daniele Romagnoli
Hi, we have already done it for ImageIO-Ext (a Java project which uses GDAL). You can take a look on the Imageio-ext setup guide which is available at [1]. It contains instructions to setup and build GDAL to support several external formats, as well as instructions to build the java project. You do

Re: [Gdal-dev] GDAL and ECW

2009-07-20 Thread jteasis
I looked at the gdal website about hooking up ECW with GDAL on windows but it says it needs to be done. Who can do this and where do I get these instructions? Even Rouault wrote: > > Le Thursday 16 July 2009 18:08:33 jteasis, vous avez écrit : >> I am working towards getting a program using ECW

Re: [Gdal-dev] GDAL and ECW

2009-07-16 Thread Even Rouault
Le Thursday 16 July 2009 18:08:33 jteasis, vous avez écrit : > I am working towards getting a program using ECW and other formats. I have > gotten my GDAL 1.5.4 to install with the rest but ECW is giving me > problems. I was wondering if there was somebody who could help me figure > out how to comp

[Gdal-dev] GDAL and ECW

2009-07-16 Thread jteasis
I am working towards getting a program using ECW and other formats. I have gotten my GDAL 1.5.4 to install with the rest but ECW is giving me problems. I was wondering if there was somebody who could help me figure out how to compile GDAL with ECW correctly. I would greatly appreciate it. Thank yo