Changes between Version 8 and Version 9 of FileGDB


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

--

Legend:

Unmodified
Added
Removed
Modified
  • FileGDB

    v8 v9  
    1111== Compile ==
    1212
    13 === Windows ===
     13=== Windows (Visual Studio 2008) ===
    1414
    1515You will have to compile filegdb as a ''plugin'' for GDAL:
     
    2727   }}}
    2828
    29 3. Next, cd to the ''/
     293. Next, cd to the ''/ogr/ogrsf_frmts/filegdb'' directory
     30
     314. Execute the following:
     32
     33   {{{
     34     nmake /f makefile.vc plugin
     35   }}}
     36
     37   A file named ''ogr_FileGDB.dll'' should be generated.
     38
     395. You will also need the file ''FileGDB_API_VS2008_1_0Final/bin/FileGDBAPI.dll''
    3040
    3141= Testing the driver =