[gdal-dev] enable GEOS support (GDAL/OGR 1.7.1; GEOS 2.3.0; VB.NET)

2010-03-05 Thread toefftoeff1
Hello, I would like to build and use OGR with GEOS support on Windows XP 32 bit using Visual Basic.NET (.NET framework 2.0 or 3.5). GDAL/OGR 1.7.1 and GEOS 2.3.0 compilation seem to work fine (using nmake, Visual Studio 2008, only warnings, no error messages). I used the following GDAL/OGR nmake

Re: [gdal-dev] enable GEOS support (GDAL/OGR 1.7.1; GEOS 2.3.0; VB.NET)

2010-03-08 Thread toefftoeff1
Hi Tamas, thanks a lot for Your reply. Using Your SDK I was able to track down the compilation problem - swig did not re-generate all files and I needed to include an extra GEOS-header directory as follows: GEOS_CFLAGS = -I$(GEOS_DIR)/capi -I$(GEOS_DIR)/source/headers -I$(GEOS_DIR)/source/header