Re: [gdal-dev] Is there a way to load a custom driver without a declaration in gdal_frmts.h?

2023-12-11 Thread Laurențiu Nicola via gdal-dev
Hi Jesse, https://gdal.org/api/gdaldriver_cpp.html#_CPPv4N17GDALDriverManager15AutoLoadDriversEv should answer your question. Laurentiu On Mon, Dec 11, 2023, at 18:11, Meyer, Jesse R. (GSFC-618.0)[SCIENCE SYSTEMS AND APPLICATIONS INC] via gdal-dev wrote: > Hi, > > I know drivers can be

[gdal-dev] Is there a way to load a custom driver without a declaration in gdal_frmts.h?

2023-12-11 Thread Meyer, Jesse R. (GSFC-618.0)[SCIENCE SYSTEMS AND APPLICATIONS INC] via gdal-dev
Hi, I know drivers can be built as plugins, but can they be detected / used by GDAL if they are not registered via gdal_frmts.h? It doesn’t seem so. Is this a C++ ABI restriction? We’d like to provide members of our team an internal and custom gdal driver implementation without each of them