Changes between Version 6 and Version 7 of FileGDB


Ignore:
Timestamp:
Jul 11, 2011, 12:03:14 PM (13 years ago)
Author:
Jeff McKenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FileGDB

    v6 v7  
    1313=== Windows ===
    1414
    15 You will have to compile filegdb as a plugin for GDAL.  Your nmake.opt should contain something like:
     15You will have to compile filegdb as a ''plugin'' for GDAL:
    1616
    17 {{{
    18   FGDB_ENABLED = YES
    19   FGDB_PLUGIN = YES
    20   FGDB_SDK = $(GDAL_HOME)\..\FileGDB_API_VS2008_1_0Final
    21   FGDB_INC = $(FGDB_SDK)\include
    22   FGDB_LIB = $(FGDB_SDK)\lib\FileGDBAPI.lib
    23 }}}
     171. Compile GDAL with the FGDB section commented
     18
     192. Now edit your ''nmake.opt'' so it contains something like:
     20
     21   {{{
     22     FGDB_ENABLED = YES
     23     FGDB_PLUGIN = YES
     24     FGDB_SDK = $(GDAL_HOME)\..\FileGDB_API_VS2008_1_0Final
     25     FGDB_INC = $(FGDB_SDK)\include
     26     FGDB_LIB = $(FGDB_SDK)\lib\FileGDBAPI.lib
     27   }}}
     28
     293. Next, cd to the ''/
    2430
    2531= Testing the driver =