[Gdal-dev] Little problem in makefile.vc

Frank Warmerdam warmerdam at pobox.com
Mon Feb 20 12:00:42 EST 2006


Frédéric Trastour wrote:
> Hello,
> 
> 1/ I think there is a very little problem in makefile.vc from gdal 1.3.1.
> 
> The problem appears when trying to build with stdcal disabled (link problem).
> 
> In makefile.vc
> 
> !IFDEF STDCALL
> BASE_INCLUDE = /INCLUDE:_GDALSimpleImageWarp at 36 \
>   /INCLUDE:_GDALReprojectImage at 48 \
>   /INCLUDE:_GDALComputeMedianCutPCT at 32 \
>   /INCLUDE:_GDALDitherRGB2PCT at 28 \
>   /INCLUDE:_vbSafeArrayToPtr at 16 \
>   /INCLUDE:_OCTNewCoordinateTransformation at 8
> !ELSE
> BASE_INCLUDE = /INCLUDE:_GDALSimpleImageWarp \
>   /INCLUDE:_GDALReprojectImage \
>   /INCLUDE:_GDALComputeMedianCutPCT \
>   /INCLUDE:_GDALDitherRGB2PCT \
>   /INCLUDE:_OCTNewCoordinateTransformation at 8
> !ENDIF
> 
> The  last
>     /INCLUDE:_OCTNewCoordinateTransformation at 8
> should be
>    /INCLUDE:_OCTNewCoordinateTransformation

Frédéric,

You are correct, and this was already fixed in CVS.

> 2/ Does anyone here have already used GDAL driver plugins with ms4w ?

I have built and deployed MrSID plugins for MS4W successfully.

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent




More information about the Gdal-dev mailing list