RE: [gdal-dev] How to delete shapefile

2009-06-17 Thread Clay, Bruce
, 2009 7:31 PM To: Clay, Bruce Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] How to delete shapefile Clay, Bruce wrote: I am trying to delete a temporary shapefile after running a process with the following code. ... The TestCapability always returns FALSE. If I call DeleteLayer anyway

Re: [gdal-dev] How to delete shapefile

2009-06-17 Thread Mateusz Loskot
Clay, Bruce wrote: Mateusz: Thanks for your reply. Unfortunately I can not get far enough to do that. The crash is occurring down stream from OGRRegisterAll. That is to say, the last call in my code space before the crash is OGRRegisterAll. I can not get OGR initialized to be able to open a

Re: [gdal-dev] How to delete shapefile

2009-06-16 Thread Frank Warmerdam
Clay, Bruce wrote: I am trying to delete a temporary shapefile after running a process with the following code. ... The TestCapability always returns FALSE. If I call DeleteLayer anyway I get an unsupported operation error messege. I am using GDAL 1.5.3 with Visual Studio 2005. Is there an