<br><br><div class="gmail_quote">2011/10/18 Pouliot, Christopher (DNR) <span dir="ltr">&lt;<a href="mailto:Christopher.Pouliot@state.mn.us">Christopher.Pouliot@state.mn.us</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">






<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal"><span>1)<span style="font:7.0pt &quot;Times New Roman&quot;">     
</span></span><u></u>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?</p></div></div></blockquote><div><br></div><div><br>
</div><div>In the default gdal build proj4 is loaded dynamically. Your responsibility is to deploy proj.dll into a location available in the common Windows dll search locations. (probably into the same directory of where the gdal dll resides)</div>
<div>PROJ_LIB should point to the folder containing the epsg file etc. </div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div lang="EN-US" link="blue" vlink="purple">
<div><p><u></u></p>
<p><u></u><span>2)<span style="font:7.0pt &quot;Times New Roman&quot;">     
</span></span><u></u>What are the bare minimum files I need to incorporate into my application for deployment? 
<u></u><u></u></p>
<p class="MsoNormal"><u></u></p></div></div></blockquote><div>It depends on your compilation. You may use the Dependency Walker to make sure which dlls your build depends on.</div><div><br></div><div><br></div><div>Best regards,</div>
<div><br></div><div>Tamas</div><div><br></div><div> </div></div>