Changes between Initial Version and Version 1 of Ticket #5575


Ignore:
Timestamp:
Jul 17, 2014, 8:18:53 PM (10 years ago)
Author:
zhulx
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5575 – Description

    initial v1  
    33I am a new GDAL user, when I compile GDAL-1.11.0, want to enable FileGDB read/write support, according to official guidance document, do the following configuration:
    44
    5 FGDB_ENABLED = YES 
    6 # FGDB_PLUGIN = YES 
    7 FGDB_SDK = C: \ FileGDB_API_SDK \FileGDB_API_VS2010_1_3 
    8 FGDB_INC = $ (FGDB_SDK) \ include 
    9 FGDB_LIB = $ (FGDB_SDK) \ lib \ FileGDBAPI.lib 
     5FGDB_ENABLED = YES[[BR]]
     6# FGDB_PLUGIN = YES[[BR]]
     7FGDB_SDK = C: \ FileGDB_API_SDK \FileGDB_API_VS2010_1_3[[BR]]
     8FGDB_INC = $ (FGDB_SDK) \ include[[BR]]
     9FGDB_LIB = $ (FGDB_SDK) \ lib \ FileGDBAPI.lib[[BR]]
    1010
    1111Compile all goes well, when I try to read a FileGDB, no problem; But when I want to create a new layer, the correct error, tested with TestCapability (Ogr.ODsCCreateLayer), the result is "false". The same build configuration, there is no problem in the GDAL-1.9.2 version, but can’t support DeleteFeature capability… I am very confused, please enlighten master, thank you ~