[gdal-dev] How to delete shapefile
Mateusz Loskot
mateusz at loskot.net
Wed Jun 17 13:15:25 EDT 2009
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 data
> source.
Bruce,
Are you saying that you are unable to run this simple program successfully?
#include "ogrsf_frmts.h"
int main()
{
OGRRegisterAll();
}
If you indeed can not run it, it probably means your GDAL installation
is not configured properly or broken.
Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net
More information about the gdal-dev
mailing list