<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">I built GDAL using nmake following the instructions here:<br>
<br>
<a href="http://trac.osgeo.org/gdal/wiki/BuildingOnWindows" target="_blank">http://trac.osgeo.org/gdal/wiki/BuildingOnWindows</a> and building from Source<br>
<br>
Does this build require any of the MSvc* dlls or any other external DLLS?<br>
<br>
I am trying to use the GDAL library in a very simple Visual Studio 2010 project, and I have turned off the &quot;Multi-threaded DLL&quot; 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)<br>
<br>
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?<br>
<br>
Thanks<br>
</div>
</body>
</html>