I know this has probably been stated several times and have never gone through the build process to use the gdal libraries, so any solid direction is much appreciated.<br><br>I am wanting to use the gdal libraries to create some image processing functions using c++ (g++).
<br><br>1.&nbsp; Do I need to actually build the gdal libraries to use in my code?&nbsp; I saw on some examples from the internet that are using c++ that they &quot;include&quot; the gdal_priv.h header file and others.&nbsp; When I look at the bindaries I downloaded from the gdal site, I saw the gdal_priv.h as well as others.&nbsp; I also noticed that the gdal_priv.h file also contains other header files from gdal.&nbsp; This leads me to believe that I do actually need to build the libraries.&nbsp; 
<br><br>2. If this is the case, then can someone provide more specifics than what is on the gdal site for building the libraries, preferably using g++ on a Windows OS?&nbsp; Since I am new at this aspect (I can program in Python and C++), I need some additional guidance.&nbsp; Step by step would be great.&nbsp; Please let me know of other software or utilities I need to download.&nbsp; I have g++ installed on my system.
<br><br>3.&nbsp; Also, if I create a little executable for an image processing function, do I need to include this compiled set of libraries with my exe?&nbsp; and does the user of the exe need to have the gdal libraries on their system?&nbsp; Are there any other dependencies I need to be aware of?
<br><br>Thank you in advance for any direction and assistance.<br><br>Nate<br><br>PS.&nbsp; I was able to create a little filter program using Python and the compiled gdal libraries( thanks to Howard Butler) which can be found on my website below under Skillset--Application Development.
<br clear="all"><br>-- <br><a href="http://www.jenningsplanet.com">http://www.jenningsplanet.com</a>