Make sure D:\ArcGIS\arcsde\bin is in your path. The SDE driver uses the ESRI 
ArcSDE C API to perform SDE operations.
Regards,
HG
From: gdal-dev-boun...@lists.osgeo.org 
[mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of gispowerfan
Sent: Thursday, October 22, 2009 9:11 AM
To: gdal-dev
Subject: [gdal-dev] arcsde driver question?

hi,

        I try to use nmake to compile the gdal source code to support ArcSDE, 
After I set

SDE_ENABLED=YES
SDE_VERSION=93
#SDE_PLUGIN=YES
SDE_SDK=D:\ArcGIS\arcsde
SDE_INC=$(SDE_SDK)\include
SDE_LIB=$(SDE_SDK)\lib\pe.lib \
        $(SDE_SDK)\lib\sde.lib $(SDE_SDK)\lib\sg.lib

in nmake.opt file, I use gdalinfo in apps directory to display the meta info of 
ArcSDE RASTER,
but gdalinfo cann't recognize the "sde:machine,xxx,xx...." string.And I try to 
build a new project ,
 which contains gdalinfo.c only, and link the above gdal_i.lib, gdal_16.dll, 
gdalinfo can read the
meta info from ArcSDE raster, I does work. I wonder that how to build the 
source code to make
the gdalinfo to support ArcSDE raster?

PS, I try the method of  Plugin building example in 
http://trac.osgeo.org/gdal/wiki/BuildingOnWindows .

thanks in advance,

gispowerfan

2009-10-22
________________________________
gispowerfan
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to