<br><br><div class="gmail_quote">2010/11/22 Ram prasad <span dir="ltr">&lt;<a href="mailto:ramprasad85@gmail.com">ramprasad85@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Following is repost, because the message appeared garbled in the mailing list.<br>
<br>
I could not compile my code along with other formats in frmts due to<br>
my insufficient experience in using nmake projects.<br>
<br>
<a href="http://www.gdal.org/gdal_drivertut.html" target="_blank">http://www.gdal.org/gdal_drivertut.html</a> gives information on writing a driver.<br>
Is there a document on compiling the driver? I need to be able to<br>
specify the search path for include files for the compiler and input<br>
files for the linker.<br>
<br></blockquote><div><br><br>If you download the -dev package from <a href="http://vbkto.dyndns.org/sdk/">http://vbkto.dyndns.org/sdk/</a>  it should contain all the required libs and headers to compile the plugin. Make sure to compile with the /MD setting to use the same CRT dependency for the plugin and the gdal dll.<br>
<br>Best regards,<br><br>Tamas<br><br></div></div><br>