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

2012-07-15 Thread taibc
Hi Dmitry, thank you very much ! I think maybe it is problem, because I use files from many sources (on internet). I've just re-built GDAL sources by using Visual Studio Command Prompt. And, it is ok now. I could build my project with Ogr files. But, when I ran (F5) the project, I got an error:

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

2012-07-15 Thread Dmitry Baryshnikov
16.07.2012 5:09, taibc пишет: Hi Dmitry, I tried to do that, but still got errors: /Error 36 error LNK2019: unresolved external symbol _CSLPartialFindString referenced in function "public: int __thiscall CPLStringList::PartialFindString(char const *)const " (?PartialFindString@CPLStringLi

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

2012-07-15 Thread taibc
Hi Dmitry, I tried to do that, but still got errors: /Error 36 error LNK2019: unresolved external symbol _CSLPartialFindString referenced in function "public: int __thiscall CPLStringList::PartialFindString(char const *)const " (?PartialFindString@CPLStringList@@QBEHPBD@Z) C:\Users\Administ

Re: [gdal-dev] json-c 0.10 update status and json-c copy removal proposed

2012-07-15 Thread Mateusz Loskot
On 15 July 2012 11:01, Even Rouault wrote: >> >> I'm trying to update GDAL's copy of json-c library. >> The task is not trivial, due to the fact GDAL has applied >> some sort of improvements to json-c, and also due to >> significant changes to how json-c works, UTF-8 support, etc. > > Just curious

Re: [gdal-dev] ogr2ogr and reserved words

2012-07-15 Thread Rahkonen Jukka
Even Rouault wrote: Selon 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.

Re: [gdal-dev] ogr2ogr and reserved words

2012-07-15 Thread Even Rouault
Selon 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

Re: [gdal-dev] json-c 0.10 update status and json-c copy removal proposed

2012-07-15 Thread Even Rouault
Hi Mateusz, > Folks, > > I'm trying to update GDAL's copy of json-c library. > The task is not trivial, due to the fact GDAL has applied > some sort of improvements to json-c, and also due to > significant changes to how json-c works, UTF-8 support, etc. Just curious about the changes in UTF-8 su