Re: [Gdal-dev] Programming with GDAL in Windows XP using DEV-C++ or CodeBlocks

2009-12-09 Thread Zack Stauber
I've programmed against the binary FWTools installs under Windows using Visual Studio 2005. It's a bit easier for me than linking against the GDAL source because I couldn't manage to find and configure the correct versions of all the extra stuff that's in FWTools that I use, like the MrSID SDK, B

Re: [Gdal-dev] Programming with GDAL in Windows XP using DEV-C++ or CodeBlocks

2009-09-23 Thread Mateusz Loskot
btaylor wrote: Has anyone used GDAL libraries in a windows compiling environment? Yes, I have. Here is a simple example of Windows application (a tiny converter) developed using GDAL: http://github.com/mloskot/workshop/tree/master/sid2jp2/trunk/ Best regards, -- Mateusz Loskot, http://mate

[Gdal-dev] Programming with GDAL in Windows XP using DEV-C++ or CodeBlocks

2009-09-22 Thread btaylor
I've been trying to use/build GDAL in Windows. I thought I'd start with the perry-geo hillshade, aspect, and slope command line utilities and then move into building some custom raster calculators/manipulation utilities. However, after spending many hours across several days attempting to comp