Re: [gdal-dev] Gdal driver not working in windows 7

2010-12-02 Thread Ram prasad
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

[gdal-dev] How to distribute my driver

2010-11-25 Thread Ram prasad
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,

Re: [gdal-dev] Gdal driver not working in windows 7

2010-11-22 Thread Ram prasad
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

Re: [gdal-dev] Gdal driver not working in windows 7

2010-11-22 Thread Ram prasad
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

[gdal-dev] Creation of .aux.xml file

2010-11-22 Thread Ram prasad
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

Re: [gdal-dev] Gdal driver not working in windows 7

2010-11-18 Thread Ram prasad
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

[gdal-dev] Gdal driver not working in windows 7

2010-11-18 Thread Ram prasad
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