Hello, I'm trying to write a driver , inside my program that uses GDAL (C++).
After the call to GDALAllRegister(); I call GDALRegister_MYDEM(), which is much like in the example in http://www.gdal.org/gdal_drivertut.html After that, I try to call GDALOpen on some file and the breakpoint in the .. *MYDEMDataset::Open(...) function is not even hit. (And , of course, I get a message that this is not a recognized format). It seems that I have some beginners mistake here - why does GDAL ignores my driver? Regards, Victor. _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
