<div>Hi people !</div>
<div>&nbsp;</div>
<div>Thanks for everything Simon it works (or in my case I hope it will) !</div>
<div>Everything seems good as I get that :</div>
<div>C:\warmerda</div>
<div>C:\warmerda\bld (only one subdir)</div>
<div>C:\warmerda\bld\bin</div>
<div>C:\warmerda\bld\data</div>
<div>C:\warmerda\bld\html</div>
<div>C:\warmerda\bld\include</div>
<div>&nbsp;</div>
<div>But when I try to launch an exe from C:\warmerda\bld\bin I get this error message (tranlsated from french) :</div>
<div>&quot;This application cannot start because MSVCR80.dll is missing. Reinstalling this application may solve the problem.&quot;</div>
<div>&nbsp;</div>
<div>What did I miss ?</div>
<div>Thanks in advance people.</div>
<div>&nbsp;</div>
<div>newbie scott (still trying a gdal compilation since december 05)<br><br>&nbsp;</div>
<div><span class="gmail_quote">2005/12/31, Simon Perkins &lt;<a href="mailto:sy@perkins.net">sy@perkins.net</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">For the benefit of other <span class="st0" id="st" name="st">Visual</span> <span class="st0" id="st" name="st">
C++</span> <span class="st0" id="st" name="st">2005</span> <span class="st0" id="st" name="st">Express</span> people, here's a summary of what I needed to do:<br><br>1) Download and install VC++ <span class="st0" id="st" name="st">
2005</span> <span class="st0" id="st" name="st">Express</span>.<br><br>2) Download the Platform SDK, as described at:<br><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/" target="_blank">
http://msdn.microsoft.com/vstudio/<span class="st0" id="st" name="st">express</span>/visualc/usingpsdk/</a><br><br>3) Set up paths in the IDE as described there. But also add the following two include paths:<br><br>C:\Program Files\Microsoft Platform SDK\Include\atl
<br>C:\Program Files\Microsoft Platform SDK\Include\mfc<br><br>4) Since we build GDAL from the command line using nmake, I found I had to independently set up my LIB, INCLUDE and PATH environment variables to include the 
<span class="st0" id="st" name="st">Visual</span> <span class="st0" id="st" name="st">C++</span> library, include and executable paths. The command shell that comes <span class="st0" id="st" name="st">with</span> VC++ does not unfortunately set these from the IDE options, so doesn't include the extra paths you add in the IDE... But that shell provides a good start - open it up and then copy the relevant bits of the above three variables to your system environment variables. Then add on the Platform SDK paths as above.
<br><br>5) Modify the platform SDK atlbase.h file as described at:<span class="q"><br><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://groups.yahoo.com/group/wtl/message/12850" target="_blank">http://groups.yahoo.com/group/wtl/message/12850
</a><br><br></span>You don't actually need to install WTL for GDAL.<br><br>6) Everything should now compile using &quot;nmake /f <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://makefile.vc/" target="_blank">
makefile.vc</a>&quot;. If you do a nmake install or devinstall, then make sure the manifest files get copied along <span class="st0" id="st" name="st">with</span> the DLLs and EXEs. This should happen automatically <span class="st0" id="st" name="st">
with</span> the latest CVS code.<br><br><br>Next task, to check out those C# bindings so I never have to program in <span class="st0" id="st" name="st">C++</span> again... :)<span class="q"><br><br>Cheers,<br><br>Sy<br><br>
<br><br>Simon Perkins wrote: </span>
<div><span class="e" id="q_1087f0bf01c3afa7_4">
<blockquote cite="http://mid43B5C667.7090805@perkins.net" type="cite">OK, got it all to work...<br><br></blockquote></span></div><br>_______________________________________________<br>Gdal-dev mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Gdal-dev@lists.maptools.org">
Gdal-dev@lists.maptools.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.maptools.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.maptools.org/mailman/listinfo/gdal-dev</a>
<br><br></blockquote></div><br>