<div dir="ltr">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.<div>but when I tried to use gdal such like:</div><div><br></div><div>(c++)</div><div>GDALAllRegister();</div><div>auto ds(GDALDataset::Open("filepath/to/a/.gpkg", GDAL_OF_VECTOR|GDAL_OF_VERBOSE_ERROR, nullptr,....))</div><div><br></div><div>it failed, ds is NULL. with error msg, gdal told that the file not recognized as a supported file format.</div><div>and then I tried run "ogrinfo.exe --formats", cannot found GPKG/GEOPKG.</div><div>so, am I wrong in any step with compile or misuse? thanks.</div></div>