Re: [gdal-dev] deploying with GDAL libraries

2011-10-18 Thread Tamas Szekeres
2011/10/18 Pouliot, Christopher (DNR) > 1) **What is the best way to incorporate PROJ.4? Can I simply set > the PROJ_LIB environment variable in my application to point to my PROJ.dll > location? > In the default gdal build proj4 is loaded dynamically. Your responsibility is to deploy pr

[gdal-dev] deploying with GDAL libraries

2011-10-18 Thread Pouliot, Christopher (DNR)
Hi All, I'm a C# programmer and new to the Open Source arena. I'm looking to develop a program that uses GDAL for reading and writing VECTOR data (shapefiles, ESRI file geodatabases, etc) and incorporates the PROJ.4 capabilities for projecting data too. To this point I've done the following: