y very much for your support.
On Tue, Nov 23, 2010 at 2:51 AM, Tamas Szekeres wrote:
>
>
> 2010/11/22 Ram prasad
>>
>> Following is repost, because the message appeared garbled in the mailing
>> list.
>>
>> I could not compile my code along with other for
Distributing as gdal_something.dll does not seem to be the best way
due to the fact that we will have to distribute dlls for each version
of gdal. Please correct if I am wrong.
If it is possible for the client to compile code, then I think we can
distribute the dataset.cpp and its dependency files,
what kind of subsequent libraries have been compiled in GDAL?
>
> You may probably use http://vbkto.dyndns.org/sdk/release-1500-dev.zip for
> compiling both GDAL and your plugin to create a consistent build by using the
> same compiler for each.
>
> Best regards,
>
> Tama
s.org/sdk/release-1500-dev.zip for
> compiling both GDAL and your plugin to create a consistent build by using
> the same compiler for each.
>
> Best regards,
>
> Tamas
>
>
>
>
> 2010/11/18 Ram prasad
>
>> Thank you Frank,
>> I had upgraded the MSVC 2005 sl
I have developed a gdal driver for my format. I only have a CreateCopy
method not the Create method for the time being.
I have done
poDS->SetDescription( poOpenInfo->pszFilename );
poDS->TryLoadXML();
in the open function.
but i find that when i call gdal_translate the .au
know what to do?
On Fri, Nov 19, 2010 at 12:38 AM, Frank Warmerdam wrote:
> Ram prasad wrote:
>
>> The gdal driver for my format is working perfectly in windows XP but not
>> in windows7. It is crashing when I run gdalinfo gdal_translate.exe with or
>> without paramete
The gdal driver for my format is working perfectly in windows XP but not in
windows7. It is crashing when I run gdalinfo gdal_translate.exe with or
without parameters. so i wrote a dummy gdal driver (the following code),
which also is crashing in GDALDriverManager::~GDALDriverManager() at the
line