天天看点

GDAL在vs2010环境下的配置以及调试

       首先是,GDAL的下载,下载地址为:http://trac.osgeo.org/gdal/wiki/DownloadSource

本次我下载的是2.1.3版的。

      下载后的解压,修改文件信息和配置的流程,可参考:https://blog.csdn.net/hollyholly5/article/details/79495977

在命令提示框中输入代码时,会出现下面情况:

GDAL在vs2010环境下的配置以及调试

此时,解决方法参考:https://blog.csdn.net/liminlu0314/article/details/6144899

      上述完成之后,要对vs2010进行GDAL的调试了。调试过程参考:https://blog.csdn.net/liminlu0314/article/details/7072007或者https://blog.csdn.net/startwithdp/article/details/45563691?locationNum=9

补充,在这过程中,可能还会遇到VS中添加lib文件,以及出现LINK : fatal error LNK1104: 无法打开文件的情况,此时解决方法可参考:https://blog.csdn.net/lifuran156/article/details/81117337