[gdal-dev] Re: Ogr tutorial code in cpp not compiling due to errors

2011-05-05 Thread Pradeepkp
Hello Chaitanya, ogr_core.h is present in the same directory where .cpp is present. Gdal files, you mean the header files which are required right, I have included all of them and are present in the same directory. Thanks and Regards, Pradeepkp On Fri, May 6, 2011 at 10:22 AM, Chaitanya kumar

[gdal-dev] Ogr tutorial code in cpp not compiling due to errors

2011-05-05 Thread Pradeepkp
Hello, While I am compiling the code (cpp version) given in http://www.gdal.org/ogr/ogr_apitut.html I am getting lot of compilation errors. I am not sure why they are coming as it is the code directly taken from the above given link. Can you please look at the screenshots attached and let me know