Re: [gdal-dev] Basic plugin questions

2015-11-03 Thread Even Rouault
Le mardi 03 novembre 2015 16:46:51, David Adler a écrit : > If a data source is created as a plugin and GDALRegisterAll invokes > GDALRegister_myDS, won't this cause an error at runtime if the DLL/so is > not found? Yes, if you build as plugin, then the #ifdef ENABLE_MYDS shouldn't be defined so

[gdal-dev] Basic plugin questions

2015-11-03 Thread David Adler
If a data source is created as a plugin and GDALRegisterAll invokes GDALRegister_myDS, won't this cause an error at runtime if the DLL/so is not found? Does GDAL need to be rebuilt specifically to include support for a particular plugin and then distributed separately? Is there a repository