RE: [gdal-dev] used the GDAL/GEOS libraries (.dll and .lib) in my visual studio .net C++ project

2009-01-08 Thread Kolberg Sjur A
Cui, While you need to tell Visual Studio where to find the GDAL .h files (for compilation) and the .lib files (for linking), it is Windows you need to tell where to find the .dll files for running your executable. Since it is Windows that needs to find the dll's, setting their address in VS

RE: [gdal-dev] using GDALCreateCopy and changing only the datatype

2008-11-24 Thread Kolberg Sjur A
Hi Yann, I had this same problem and found no other solution than to switch from CreateCopy() to Create(). Good luck, Sjur K :-) Sjur Kolberg SINTEF Energiforskning A/S Sem Sælands vei 11 7465 Trondheim tlf. 73 59 72 78 fax 73 59 72 50 > -Original Message- > From: [EMAIL PROTECTED

[gdal-dev] (no subject)

2008-11-19 Thread Kolberg Sjur A
Hello, list, I have a GDAL warp operation creating only missing-values in the target map, suggesting that the area I want to warp to is not covered by the original image. Trying to to trace the error, I find a strange behaviour of the GDALSuggestedWarpOutput() call: The resulting target GeoTr

RE: [gdal-dev] GDAL/OGR 1.6.0 Beta 1 Available

2008-10-30 Thread Kolberg Sjur A
Hello, I just built GDAL1.6beta1 under Windows, VS2005, using the compiler IDE and modified project files distributed from http://vterrain.org/Distrib/gdal.html. Builds and tests fine with some GRIB, HDF4 and HDF5 data, if someone wants the updated VS2005 project file let me know. Sjur :-)

[gdal-dev] Definition conflict in HDF4 driver?

2008-10-28 Thread Kolberg Sjur A
Hello, list... I am trying to compile GDAL 1.5.3 with HDF and GRIB drivers, under MSVC 2005-SP1, using the project files distributed at http://vterrain.org/Distrib/gdal.html . I have installed pre-built binaries for HDF42r3 and HDF5-1.8.1. and the librar