[gdal-dev] Re: Unable to convert Shape file from GML file (ERROR 1: XML Parsing Error:)

2010-02-04 Thread vadi_nabble
Frank/Chaitanya, I am now able to convert .gml file to .shp file. Actually, I thought, we have to enable the Xerces validation for GML parsing, so i uncomment it from the Makefile. However, as per your comment, I commented it back and it worked. Thanks, for your valuable suggestion. Regar

[gdal-dev] Unable to convert Shape file from GML file (ERROR 1: XML Parsing Error:)

2010-02-03 Thread vadi_nabble
Hi, I am trying to learn OGR APIs. For that i took "ogr2ogr.cpp" file from (gdal-1.6.3\apps) and successfully build the exe. I was able to successfully convert Shape file to GML using following command: -f "gml" output.gml input.shp However, when i am trying the reverse of that, means from

[gdal-dev] Building GDAL Application gdal1.6.3 on VC++2008 Pro Edition Document

2010-01-27 Thread vadi_nabble
Hi, Last 2 weeks I was trying to build a GDAL application "gdal1.6.3" on VC++ 2008 Pro Edition. However, I was getting some compilation and Run time error on building and Running. What I found is I need to set namke.opt file properly for successfull compilation and exection. I have created

Re: [gdal-dev] Runtime error on executing "OGRRegisterAll()" function.

2010-01-27 Thread vadi_nabble
Hi Mateusz, First of all I would like to thank you for giving a proper solution to my problem. My issue has got resolved after making changes as suggested by you. Its has been over a week I was struggling on this issue. Thanks a lot. Vadivelan -- View this message in context: http://n2.nabble

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.

[gdal-dev] Runtime error on executing "OGRRegisterAll()" function.

2010-01-25 Thread vadi_nabble
Hi, I have build "gdal1.6.3" solution under VC++ 2008 Pro. Edition, and using its "gdal.lib" file for one another application. In the other Application, I am using OGR APIs "OGRRegisterAll". I am able to build the application but on executing the program i am getting a Run Time errror "Unhandled

[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

[gdal-dev] ERROR 1: Unable to create Xerces C++ based GML reader, Xerces support

2010-01-20 Thread vadi_nabble
Hi, i am trying to execute the Programe which is given in the "http://www.gdal.org/ogr/ogr_apitut.html"; site... in that pgm instead of "OGRRegisterAll();" function i am using "RegisterOGRGML();" to read GML File and to export into comma sepearted file... I am not getting any compilation errors,