<div dir="ltr">Hi,<div><br></div><div>I'm developing a c++ MSVC (2013 or 2015) program that depends on GDAL.</div><div>Currently I'm using the C API, and I might use the C++ API in the future.</div><div><br></div><div>I've run dependency walker on the recent version of gdal201.dll that is distributed in osgeo4w, it depends on msvcr100.dll, thus I assume it was compiled with MSVC2010.</div><div><br></div><div>I was wondering if I could encounter problems with my program for linking against osgeo4w MSVC2010 gdal201 binaries while my program is compiled with MSVC 2013 or 2015. </div><div>For that matter, does it make a difference if I use GDAL C API or the C++ API?</div><div><br></div><div>I see that GDAL can be compiled with MSVC2013 (<a href="http://gisinternals.com">gisinternals.com</a>), and that QGIS master is built with MSVC2015. </div><div>Is there a good reason for osgeo4w for keep choosing MSVC2010 for GDAL?</div><div><br></div><div>Kind Regards,</div><div>Idan.</div></div>