Re: [gdal-dev] ogr2ogr and reserved words

2012-07-14 Thread Jukka Rahkonen
Ivan Lucena princeton-ma.us> writes: > > Hi there, > > Is there any trick to avoid creating field names with reserved words? For example, a DBF from a shapefile can > have field names like "long" and other formats may not like it. Just remembered another example: having an attribute named "ROW

Re: [gdal-dev] Error LNK1120: 314 unresolved externals - When using Ogr C++ class on Visual Studio 2010

2012-07-14 Thread Dmitry Baryshnikov
14.07.2012 5:18, taibc ?: Thanks Dmitry, Please see attached files for screenshots. Here is the code of the main.cpp (the project only includes this file): #include #include "ogrsf_frmts.h" using namespace std; int main() { OGRRegisterAll(); OGRDataSource *poDS; p