Re: [gdal-dev] How to get Xerces Library support for OGR GML

2010-01-25 Thread vadi_nabble
Thanks, Now I am able to get Xerces Library support.. after commenting few lines in nmake.opt file. -- View this message in context: http://n2.nabble.com/How-to-get-Xerces-Library-support-for-OGR-GML-tp4433471p4453912.html Sent from the GDAL - Dev mailing list archive at Nabble.com.

Re: [gdal-dev] How to get Xerces Library support for OGR GML

2010-01-21 Thread Chaitanya kumar CH
Vadivelan, Edit the gdal/nmake.opt file to point to the xerces library. On Thu, Jan 21, 2010 at 6:34 PM, vadi_nabble wrote: > > Hi, > > I am trying to execute the Program which is given in the > "http://www.gdal.org/ogr/ogr_apitut.html"; site... > > In that program instead of "OGRRegisterAll();"

[gdal-dev] How to get Xerces Library support for OGR GML

2010-01-21 Thread vadi_nabble
Hi, I am trying to execute the Program which is given in the "http://www.gdal.org/ogr/ogr_apitut.html"; site... In that program instead of "OGRRegisterAll();" function I am using "RegisterOGRGML();" to read GML File and to export into comma sepearted file... Initally, while executing i was g