#885: WinGrass: displaying r.external-linked raster data not working
------------------------------+---------------------------------------------
Reporter: hellik | Owner: [email protected]
Type: defect | Status: new
Priority: critical | Milestone: 6.4.0
Component: Display | Version: svn-releasebranch64
Resolution: | Keywords: r.external, WinGrass, osgeo4w
Platform: MSWindows Vista | Cpu: x86-32
------------------------------+---------------------------------------------
Comment (by hellik):
Replying to [comment:11 glynn]:
>
> {{{
> Index: gdal.c
> ===================================================================
> --- gdal.c (revision 40542)
> +++ gdal.c (working copy)
> @@ -102,11 +102,19 @@
> {
> load_library();
>
> +# ifdef _WIN32
> + pGDALAllRegister = get_symbol("_gdalallregis...@0");
> + pGDALOpen = get_symbol("_gdalo...@8");
> + pGDALClose = get_symbol("_gdalcl...@4");
> + pGDALGetRasterBand = get_symbol("_gdalgetrasterb...@8");
> + pGDALRasterIO = get_symbol("_gdalraste...@48");
> +#else
> pGDALAllRegister = get_symbol("GDALAllRegister");
> pGDALOpen = get_symbol("GDALOpen");
> pGDALClose = get_symbol("GDALClose");
> pGDALGetRasterBand = get_symbol("GDALGetRasterBand");
> pGDALRasterIO = get_symbol("GDALRasterIO");
> +#endif
> }
>
> #else /* GDAL_DYNAMIC */
> }}}
>
patch applied by r40741 to Grass64 (see r40714)
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/885#comment:20>
GRASS GIS <http://grass.osgeo.org>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev