FW: [gdal-dev] ArcSDE driver question?
Harsh Govind
harsh.govind at spadac.com
Thu Oct 22 13:11:07 EDT 2009
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-bounces at lists.osgeo.org [mailto:gdal-dev-bounces at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/gdal-dev/attachments/20091022/7ee58f75/attachment.html
More information about the gdal-dev
mailing list