Re: [gdal-dev] How to re-register a driver

2013-03-09 Thread Allen C Kempe
On 3/9/2013 2:12 AM, Even Rouault wrote: Le samedi 09 mars 2013 02:20:55, Allen Kempe a écrit : In my application, I would like to be able to programatically specify which driver to use when opening a GDALDataset when more than one driver can process the file. To do this, I have deregistered the

Re: [gdal-dev] How to re-register a driver

2013-03-08 Thread Even Rouault
Le samedi 09 mars 2013 02:20:55, Allen Kempe a écrit : > In my application, I would like to be able to programatically specify > which driver to use when opening a GDALDataset when more than one driver > can process the file. To do this, I have deregistered the drivers that I > don't want to use. T

[gdal-dev] How to re-register a driver

2013-03-08 Thread Allen Kempe
In my application, I would like to be able to programatically specify which driver to use when opening a GDALDataset when more than one driver can process the file. To do this, I have deregistered the drivers that I don't want to use. The GetGDALDriverManager-::DeregisterDriver() function doe