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
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to