<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div id="yui_3_16_0_ym19_1_1470134301593_48164">Hi Everybody,</div><div id="yui_3_16_0_ym19_1_1470134301593_48165"><br></div><div id="yui_3_16_0_ym19_1_1470134301593_48166" dir="ltr">for some Visual Studio 2010 projects I've made a few time ago, I needed to update the GDAL lib that I was using into those projects to the GDAL version 2.</div><div id="yui_3_16_0_ym19_1_1470134301593_48520" dir="ltr">I could make it with the GDAL Visual Studio Makefile projects as described in the wiki, but I like to have the "full project" with all the sources.<br></div><div id="yui_3_16_0_ym19_1_1470134301593_48702" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1470134301593_48653" dir="ltr">As I was not able to find one online, and as I read that the GDAL team did'nt intented to provide one I decided to make it myself.</div><div id="yui_3_16_0_ym19_1_1470134301593_50851" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1470134301593_50962" dir="ltr">I'm releasing it publicly, so feel free to download it and use it if you think it could help you.<br></div><div id="yui_3_16_0_ym19_1_1470134301593_49771" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1470134301593_48272" dir="ltr">You can find the repositories here :</div><div id="yui_3_16_0_ym19_1_1470134301593_48740" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1470134301593_48719" dir="ltr">GDAL 2.0.3 : <a id="yui_3_16_0_ym19_1_1470134301593_48718" href="https://github.com/MattLatt/GDAL_2.0.x_VC">https://github.com/MattLatt/GDAL_2.0.x_VC</a></div><div id="yui_3_16_0_ym19_1_1470134301593_49005" dir="ltr">GDAL 2.1.1 :<a id="yui_3_16_0_ym19_1_1470134301593_49004" href="https://github.com/MattLatt/GDAL_2.1.x_VC"> https://github.com/MattLatt/GDAL_2.1.x_VC</a><br></div><div id="yui_3_16_0_ym19_1_1470134301593_48168" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1470134301593_49064" dir="ltr">There is both dynamic lib project (aka dll) and static lib project and each one is configured for both x64 and x86 platform.</div><div id="yui_3_16_0_ym19_1_1470134301593_49125" dir="ltr"> I've kept the gdal source package almost as downloaded in a separate folder (see the readme file for the two slight modification).</div><div id="yui_3_16_0_ym19_1_1470134301593_49196" dir="ltr">You can find it in the folder "gdal-2.y.z" of each repository.<br></div><div id="yui_3_16_0_ym19_1_1470134301593_49197" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1470134301593_49126" dir="ltr">All the Visual Studio 2010 workspaces are in the "libgdal-2.y.z" folder of each repository</div><div id="yui_3_16_0_ym19_1_1470134301593_49222" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1470134301593_49223" dir="ltr">All the 3rd part drivers libraries linked to the VC10 workspaces are in the "3rdpart" folder.</div><div id="yui_3_16_0_ym19_1_1470134301593_49479" dir="ltr">In the "master" branches the following drivers are provided (curl, ecw, expat, geos, proj.4 and sqlite).</div><div id="yui_3_16_0_ym19_1_1470134301593_49687" dir="ltr">For some there is just binaries (dll and lib) and for some there is a Visual Studio workspace.</div><div id="yui_3_16_0_ym19_1_1470134301593_49727" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1470134301593_49728" dir="ltr">I started with the GDAL 2.0.2 and 2.1.0 version so there is also a branch with the previous GDAL version for each repositories, but they will not be updated with new drivers.<br></div><div id="yui_3_16_0_ym19_1_1470134301593_49729" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1470134301593_49951" dir="ltr">I'v also made test projects (2 linking GDAL dynamically and 2 statically) for testing purpose.</div><div id="yui_3_16_0_ym19_1_1470134301593_50597" dir="ltr"> 3 are GDAL Utilities app and the last one is a very simple GDAL Drivers capabilities dump.</div><div id="yui_3_16_0_ym19_1_1470134301593_50281" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1470134301593_50493" dir="ltr">I intend to update those repositories with the latest GDAL releases.<br></div><div id="yui_3_16_0_ym19_1_1470134301593_50526" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1470134301593_50370" dir="ltr">So I hope it'll be usefull for someone.<br></div><div id="yui_3_16_0_ym19_1_1470134301593_51228" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1470134301593_50252" dir="ltr">Mathieu Lattes<br></div><div id="yui_3_16_0_ym19_1_1470134301593_48000"><br></div></div></body></html>