Changes between Version 1 and Version 2 of pkg-gdal-ecw
- Timestamp:
- 06/20/08 21:23:54 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pkg-gdal-ecw
v1 v2 20 20 Note that downloading and installing these DLLs requires agreeing to a license. Please review the license terms carefully. 21 21 22 It is imperative that the VC7.1 ECW 3.3 SDK binaries be used. Any other ECW (NCS*) DLLs are unlikely to work properly. 22 It is imperative that the VC7.1 ECW 3.3 SDK binaries be used. Any other ECW (NCS*) DLLs are unlikely to work properly. Failure to install the correct ECW libraries will normally result in a popup message reading "This application has failed to start because NCSEcw.dll was not found." or a console error report like: 23 23 24 {{{ 25 C:\warmerda>gdalinfo 26 ERROR 1: Can't load requested DLL: C:\osgeo4w\bin\gdalplugins\gdal_ECW.dll 27 126: The specified module could not be found. 28 29 ERROR 1: Can't load requested DLL: C:\osgeo4w\bin\gdalplugins\gdal_ECW.dll 30 126: The specified module could not be found. 31 32 Usage: gdalinfo [--help-general] [-mm] [-stats] [-nogcp] [-nomd] 33 [-noct] [-checksum] [-mdd domain]* datasetname 34 }}} 35