On Dec 9, 2008, at 12:52 PM, Even Rouault wrote:

Just a pointer : http://trac.osgeo.org/gdal/ticket/2320

The GDALRegister_ECW_JP2ECW function is only available in GDAL 1.5.3 or later, so when using the plugin in http://download.osgeo.org/gdal/ win32/1.5/, it's
normal that you don't find the GDALRegister_ECW_JP2ECW entry point.

And, as a reminder, you shouldn't mix plugins between GDAL 1.5.X and GDAL 1.6.0. You should always recompile a plugin version that lies in the GDAL
tree with which you want to use it.

I figured that a driver's prototypes would be in the driver's source, but there I see it in gdal_frmts.h. So yeah, GDALRegister_ECW_JP2ECW() really is not going to work in GDAL 1.5.2. (checking the library symbols, GDALRegister_ECW_JP2ECW() ends up as a C ++ symbol, instead of a C symbol)

I need to update ;)

-----
William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
http://www.kyngchaos.com/

The equator is so long, it could encircle the earth completely once.

_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to