[GRASS-dev] GDAL DLL registration - was Re: [GRASS-SVN] r70116 - grass/branches/releasebranch_7_2/lib/raster

Markus Neteler neteler at osgeo.org
Wed Dec 21 14:22:13 PST 2016


On Dec 21, 2016 8:31 PM, <svn_grass at osgeo.org> wrote:
>
> Author: martinl
> Date: 2016-12-21 11:22:53 -0800 (Wed, 21 Dec 2016)
> New Revision: 70116
>
> Modified:
>    grass/branches/releasebranch_7_2/lib/raster/gdal.c
> Log:
> libraster: support GDAL 2.1 on Windows (relbr72: merge r70115 from trunk)
>
> Modified: grass/branches/releasebranch_7_2/lib/raster/gdal.c
> ===================================================================
> --- grass/branches/releasebranch_7_2/lib/raster/gdal.c  2016-12-21
19:20:21 UTC (rev 70115)
> +++ grass/branches/releasebranch_7_2/lib/raster/gdal.c  2016-12-21
19:22:53 UTC (rev 70116)
> @@ -114,6 +114,7 @@
>         "libgdal1.7.0.so",
>  # endif
>  # ifdef _WIN32
> +       "gdal201.dll",
>         "gdal200.dll",
>         "gdal111.dll",
>         "gdal110.dll",

Is there a way to query GDAL dynamically? Our current way of manually
registering the DLL or .so or
.dynlib names is regularly outdated...

Markus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20161221/85a21844/attachment.html>


More information about the grass-dev mailing list