[gdal-dev] Re: GDAL link problem on MS Visual Express 2010
I solved with the following steps: 1 - right click on project name in "Property Manager" window; 2 - click on properties; 3 - go to Configuration Properties --> Linker --> Input --> Additional Dependencies; 4 - Add gdal_i.lib (which should be installed by nmake into $GDAL_HOME\lib) Now the linkin
[gdal-dev] Re: GDAL link problem on MS Visual Express 2010
I repost it because in the previous version, raw text has disappeared from this message mail. --- I've followed instruction here http://trac.osgeo.org/gdal/wiki/BuildingOnWindows to build gdal on W