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:
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
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
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
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.
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
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