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 have turned off the "Multi-threaded DLL" option, but my program is still asking for msvcp100.dll when I move it to a machine that does not have Visual studio installed on it (which is the ultimate destination) Do I need to recompile GDAL in some other way so that it is 100% self contained and portable to another windows box without any of the MSVS libraries on it? Thanks
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev