Re: [Gdal-dev] Supporting ECW as a plugin on window,

2008-12-21 Thread wickley
thank you very much. I missed the GDAL_DRIVER_PATH ,thanks again. Daniele Romagnoli-2 wrote: > > Hi, > I did a similar thing on 1.4.4 and 1.5.3. > Basically, you are building ECW driver as a plugin as stated by the flag > ECW_PLUGIN = YES > Therefore, you need to do a separate build of the EC

RE: [Gdal-dev] Supporting ECW as a plugin on window,

2008-12-19 Thread Mo Wang
_ From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Daniele Romagnoli Sent: Friday, December 19, 2008 12:09 PM To: wickley Cc: gdal-dev@lists.osgeo.org Subject: Re: [Gdal-dev] Supporting ECW as a plugin on window, Hi again, a side note:

Re: [Gdal-dev] Supporting ECW as a plugin on window,

2008-12-19 Thread Daniele Romagnoli
Hi again, a side note: in the subject of your email, you are asking for "supporting ECW as a plugin" whilst in the body of your email you are generally asking for supporting ECW in GDAL. The steps I have suggested in the previous email, are needed only if you need to add ECW support as a separate p

Re: [Gdal-dev] Supporting ECW as a plugin on window,

2008-12-19 Thread Daniele Romagnoli
Hi, I did a similar thing on 1.4.4 and 1.5.3. Basically, you are building ECW driver as a plugin as stated by the flag ECW_PLUGIN = YES Therefore, you need to do a separate build of the ECW GDAL Driver. Go in gdal/frmts/ecw and run "nmake /f makefile.vc plugin" This command should produce a gdal_EC

[Gdal-dev] Supporting ECW as a plugin on window,

2008-12-14 Thread wickley
Hello , I have some question about supporting ECW in gdal.but I can not solve it. My step is following: 1.I download gdal-1.6.0 and ImageCompressionSDKSourceCode3.3Setup_20070509.zip from ERMaper webset and Windows Server 2003 R2 Platform SDK from microsoft website. 2. I set up Windows Server