2010/11/22 Ram prasad <ramprasa...@gmail.com>

> Following is repost, because the message appeared garbled in the mailing
> list.
>
> I could not compile my code along with other formats in frmts due to
> my insufficient experience in using nmake projects.
>
> http://www.gdal.org/gdal_drivertut.html gives information on writing a
> driver.
> Is there a document on compiling the driver? I need to be able to
> specify the search path for include files for the compiler and input
> files for the linker.
>
>

If you download the -dev package from http://vbkto.dyndns.org/sdk/  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.

Best regards,

Tamas
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to