Hi, I compiled GDAL 2.3.3 under Windows/MSVC_VER=1910 with nmake.opt almost
unchaned, everything looks fine, the gdal.dll and bunch of exe files
succeesfully generated.
but when I tried to use gdal such like:

(c++)
GDALAllRegister();
auto ds(GDALDataset::Open("filepath/to/a/.gpkg",
GDAL_OF_VECTOR|GDAL_OF_VERBOSE_ERROR, nullptr,....))

it failed, ds is NULL. with error msg, gdal told that the file not
recognized as a supported file format.
and then I tried run "ogrinfo.exe --formats", cannot found GPKG/GEOPKG.
so, am I wrong in any step with compile or misuse? thanks.
_______________________________________________
gdal-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to