Changes between Version 1 and Version 2 of pkg-gdal16-ecw


Ignore:
Timestamp:
Jan 12, 2009, 10:28:02 AM (15 years ago)
Author:
warmerdam
Comment:

refer to other plugin for details on installing SDK to avoid duplication.

Legend:

Unmodified
Added
Removed
Modified
  • pkg-gdal16-ecw

    v1 v2  
    77== Installing ECW SDK ==
    88
    9 The GDAL ECW Plugin requires the ECW 3.3 Runtime libraries which the end user is required to download and install directly from the ERMapper Web Site directly.
    10 
    11 ERMapper Web Site: http://www.ermapper.com/Downloads.aspx?v=303
    12 
    13 After installation, please copy the .dll files in the redistributable\vc71 directory somewhere appropriate, like C:\windows\system32.
    14  
    15 eg.
    16 {{{
    17 copy C:\"Program Files"\"Earth Resource Mapping"\"ECW SDK"\redistributable\vc71\*.dll C:\windows\system32
    18 }}}
    19 
    20 Note that downloading and installing these DLLs requires agreeing to a license. Please review the license terms carefully.
    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.  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 
    24 {{{
    25 C:\warmerda>gdal16
    26 C:\warmerda>gdalinfo
    27 ERROR 1: Can't load requested DLL: C:\osgeo4w\bin\gdalplugins\gdal_ECW.dll
    28 126: The specified module could not be found.
    29 
    30 ERROR 1: Can't load requested DLL: C:\osgeo4w\bin\gdalplugins\gdal_ECW.dll
    31 126: The specified module could not be found.
    32 
    33 Usage: gdalinfo [--help-general] [-mm] [-stats] [-nogcp] [-nomd]
    34                 [-noct] [-checksum] [-mdd domain]* datasetname
    35 }}}
     9The GDAL ECW Plugin requires the ECW 3.3 Runtime libraries which the end user is required to download and install directly from the Erdas Web Site directly.  See the [wiki:pkg-gdal-ecw] for details on how to manually install the ECW SDK.  The underlying SDK only needs to be installed once for both the gdal-ecw and gda16-ecw plugins.