[Gdal-dev] Little problem in makefile.vc

Frédéric Trastour support at geoimage.fr
Mon Feb 20 11:07:04 EST 2006


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

--------------------------------------------------------------------------------------------

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


Regards,

Frédéric.

_________________________________________________________________
Frédéric Trastour - SpacEyes - dev at spaceyes.fr




More information about the Gdal-dev mailing list