<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6001.18203" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi !</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>You won't need any cpp files.</FONT></DIV>
<DIV><FONT face=Arial size=2>Personally, I am using the FWTools package which 
bundles dll, libs and headers files.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>You just have to compile using </FONT><FONT 
face=Arial size=2>gdal_priv.h</FONT></DIV>
<DIV><FONT face=Arial size=2>Then link to gdal_i.lib</FONT></DIV>
<DIV><FONT face=Arial size=2>Then provide with your&nbsp;runtime all the dlls 
which gdal_fw.dll is depending to.</FONT></DIV>
<DIV><FONT face=Arial size=2>You will find which dlls it is depending to by 
using Dependency Walker (<A 
href="http://www.dependencywalker.com/">http://www.dependencywalker.com/</A>).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Then your runtime will be able to use all of the 
image formats drivers that GDAL was compiled to support.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I hope this will help.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Benoît Andrieu<BR><A 
href="mailto:bea@ixsea.com">bea@ixsea.com</A><BR><A 
href="mailto:benoit.andrieu@gmail.com">benoit.andrieu@gmail.com</A><BR></FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=isajmeri@rediffmail.com href="mailto:isajmeri@rediffmail.com">Ajmeri 
  Iqbal</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=bea@ixsea.com 
  href="mailto:bea@ixsea.com">bea@ixsea.com</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Cc:</B> <A title=gdal-dev@lists.osgeo.org 
  href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, March 30, 2009 11:06 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re :Re: Re :Re: [gdal-dev] How 
  to use GDAL Library</DIV>
  <DIV><BR></DIV>
  <P>Hi,<BR><BR>Actually i m working on Generic image reading/writing and 
  display on viewer with all of its information, so i think i need all listed 
  library. but dont know how to use them in my code.</P>
  <P>i have downloded gdal_i.lib, gdal.dll and its include .h files.<BR>.h files 
  contains only the prototype function to link with library but i could not find 
  its .cpp file which may containt implementation function of that linking 
  function of .h files.</P>
  <P>can u please give me broad idea or step by step procedure about how do i 
  link these library to c++ code.</P>
  <P>thanks in advance<BR>Regards,<BR>Iqbal<BR><BR>On Fri, 27 Mar 2009 18:54:01 
  +0100 Benoît Andrieu wrote<BR><BR><BR><BR><BR><BR><BR><BR>Hi,<BR>&nbsp;<BR>I 
  am using FWTools 2.2.9<BR>So I am releasing my softwares with most of the 
  <BR>dlls (you can use depends to find which).<BR>&nbsp;<BR>The&nbsp;linking is 
  done with 
  :<BR>gdal_i.libgeos_i.libgeotiff_i.liblibtiff_i.libproj_i.lib<BR>&nbsp;<BR>But 
  yo may want to use more or less 
  <BR>libraries...<BR>&nbsp;<BR>Regards,<BR>&nbsp;<BR>Benoît 
  Andrieubea@ixsea.combenoit.andrieu@gmail.com<BR><BR>----- Original Message 
  ----- <BR>From: <BR>Ajmeri <BR>Iqbal <BR>To: bea@ixsea.com <BR>Cc: 
  gdal-dev@lists.osgeo.org <BR>Sent: Friday, March 27, 2009 3:11 
  <BR>PM<BR>Subject: Re :Re: [gdal-dev] How to use <BR>GDAL Library<BR>Hi Benoît 
  Andrieu,Thanks for reply.i already saw that <BR>tutorial,but the problame is 
  how to and which library to be linked using <BR>QT(most probably same way of 
  C/C++).coz there is a three library named <BR>gdal16.dll, gdal_i.lib and 
  gdal.lib.On Fri, 27 Mar 2009 11:33:42 <BR>+0100 Benoît Andrieu 
  wroteHi,&nbsp;If <BR>you want to use GDAL in C / C++, take a look at the 
  tutorial at http://www.gdal.org/gdal_tutorial.html.It <BR>is really 
  straightforward, I used this for the integration of GDAL in our <BR>modules 
  and it worked fine.&nbsp;Regards,&nbsp;Benoît 
  <BR>Andrieubea@ixsea.combenoit.andrieu@gmail.com----- Original Message 
  <BR>----- From: Ajmeri Iqbal To: gdal-dev@lists.osgeo.org <BR>Sent: Friday, 
  March 27, 2009 11:06 AMSubject: [gdal-dev] How to <BR>use GDAL LibraryDear 
  all,I want to use GDAL library in my project <BR>using QT.How could i use this 
  library for Reading and writing the Raster <BR>images (i.e. 
  JPEG,JPEG200,TIFF,GeoTiff,BMP,PNG,GIF, etc)please help <BR>me.Thanks in 
  <BR>advance_______________________________________________gdal-dev <BR>mailing 
  <BR>listgdal-dev@lists.osgeo.orghttp://lists.osgeo.org/mailman/listinfo/gdal-dev<BR><BR><BR><BR><BR><BR></P><BR>
  <TABLE style="FONT-SIZE: 11px; LINE-HEIGHT: 15px; FONT-FAMILY: Verdana" 
  height=57 cellSpacing=0 cellPadding=0 width=644 border=0>
    <TBODY>
    <TR>
      <TD><A 
        href="http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?" 
        target=_blank><IMG 
        src="http://sigads.rediff.com/RealMedia/ads/adstream_nx.ads/www.rediffmail.com/signatureline.htm@Middle"></A></TD></TR></TBODY></TABLE></BLOCKQUOTE></BODY></HTML>