On 20/09/11 18:14, Cole, Derek wrote:
> If GDAL is linked statically, and I recompile my library, will this
> still be the case?
If you link GDAL against static C/C++ libs, you don't need to
deploy the C/C++ run-time re-distributable DLLs.
http://msdn.microsoft.com/en-us/library/abx4dbyh.aspx
ht
@lists.osgeo.org
Subject: Re: [gdal-dev] Build GDAL - visual studio version
On 20/09/11 16:45, Cole, Derek wrote:
> Does this build require any of the MSvc* dlls or any other external DLLS?
Yes, Web-search for Microsoft Visual C++ Redistributable Package
and choose appropriate version of
On 20/09/11 16:45, Cole, Derek wrote:
Does this build require any of the MSvc* dlls or any other external DLLS?
Yes, Web-search for Microsoft Visual C++ Redistributable Package
and choose appropriate version of the package.
Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net
Charter Mem
I built GDAL using nmake following the instructions here:
http://trac.osgeo.org/gdal/wiki/BuildingOnWindows and building from Source
Does this build require any of the MSvc* dlls or any other external DLLS?
I am trying to use the GDAL library in a very simple Visual Studio 2010
project, and I h