Hi Everybody,
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.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.

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.
I'm releasing it publicly, so feel free to download it and use it if you think 
it could help you.

You can find the repositories here :
GDAL 2.0.3 : https://github.com/MattLatt/GDAL_2.0.x_VCGDAL 2.1.1 : 
https://github.com/MattLatt/GDAL_2.1.x_VC

There is both dynamic lib project (aka dll) and static lib project and each one 
is configured for both x64 and x86 platform. I've kept the gdal source package 
almost as downloaded in a separate folder (see the readme file for the two 
slight modification).You can find it in the folder "gdal-2.y.z" of each 
repository.

All the Visual Studio 2010 workspaces are in the "libgdal-2.y.z" folder of each 
repository
All the 3rd part drivers libraries linked to the VC10 workspaces are in the 
"3rdpart" folder.In the "master" branches the following drivers are provided 
(curl, ecw, expat, geos, proj.4 and sqlite).For some there is just binaries 
(dll and lib) and for some there is a Visual Studio workspace.
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.

I'v also made test projects (2 linking GDAL dynamically and 2 statically) for 
testing purpose. 3 are GDAL Utilities app and the last one is a very simple 
GDAL Drivers capabilities dump.
I intend to update those repositories with the latest GDAL releases.

So I hope it'll be usefull for someone.

Mathieu Lattes

_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to