Re: [gdal-dev] Reading NetCDF using VB.NET

2012-06-16 Thread Siebe Bosch
That explains a lot :) Thanks again and have a great weekend. Siebe On 16-06-12 22:19, Etienne Tourigny wrote: On Sat, Jun 16, 2012 at 4:33 PM, Siebe Bosch wrote: Following your third link, I had already found the section that reads: GDAL and MapServer build SDK packages (provides to compil

Re: [gdal-dev] Reading NetCDF using VB.NET

2012-06-16 Thread Etienne Tourigny
On Sat, Jun 16, 2012 at 4:33 PM, Siebe Bosch wrote: > Following your third link, I had already found the section that reads: > > GDAL and MapServer build SDK packages (provides to compile MapServer and > GDAL by yourself): > > I assumed that this meant that I had to compile the DLL myself. Hence m

Re: [gdal-dev] Reading NetCDF using VB.NET

2012-06-16 Thread Siebe Bosch
Well, it looks like the pre-built DLL's *are* available in the SDK. It's only that in VS2008 I seem not to be able to add a reference to them. Some remarks on the web suggest that it should work in VS2005 and VS2010 however. I'm therefore currently installing VS2010 express, just to try that hyp

Re: [gdal-dev] Reading NetCDF using VB.NET

2012-06-16 Thread Etienne Tourigny
Sorry I thought that included pre-built libraries - perhaps someone else can help here? I don't know much about building in windows, sorry Etienne On Sat, Jun 16, 2012 at 4:33 PM, Siebe Bosch wrote: > Following your third link, I had already found the section that reads: > > GDAL and MapServer b

Re: [gdal-dev] Reading NetCDF using VB.NET

2012-06-16 Thread Siebe Bosch
Following your third link, I had already found the section that reads: GDAL and MapServer build SDK packages (provides to compile MapServer and GDAL by yourself): I assumed that this meant that I had to compile the DLL myself. Hence my previous mail. Considering your last mail

Re: [gdal-dev] Reading NetCDF using VB.NET

2012-06-16 Thread Etienne Tourigny
Read my last email more attentively, you will see links the SDK built by Tamas Szekeres, which supposedly work with csharp On Sat, Jun 16, 2012 at 4:03 PM, Siebe Bosch wrote: > Thanks Etienne, > > You're probably right that I will need the latest GDAL in stead of the one > in FWTools. > Currently

[gdal-dev] Reading NetCDF using VB.NET

2012-06-16 Thread Siebe Bosch
Thanks Etienne, You're probably right that I will need the latest GDAL in stead of the one in FWTools. Currently however I'm struggling with NMAKE to build the CSHARP-libraries. It gives me all sorts of error messages. Anyone up for some guidance on NMAKE via screen sharing in Skype (usernam

Re: [gdal-dev] Reading NetCDF using VB.NET

2012-06-14 Thread Etienne Tourigny
If you read the GDAL download page [1] you will find this: "The latest FWtools version for Windows, 2.4.7, dates back to a pre-1.6 GDAL version. In order to benefit from the latest and greatest, you can refer to the other binary builds mentionned above." If you want to support netcdf files, you s

Re: [gdal-dev] Reading NetCDF using VB.NET

2012-06-14 Thread Siebe Bosch
Dear all, Never mind; I figured out that it's a problem that has been described before: Either place the dll's from the BIN directory of FWTools next to the executable or add the the bin directory to the PATH environment... Cheers, Siebe ___ gdal-de

[gdal-dev] Reading NetCDF using VB.NET

2012-06-14 Thread Siebe Bosch
Hello all, I'm trying to build a command line application in VB.NET that extracts parts from a NetCDF file. For this I'm using the C# API as supplied with FWTools version 2.4.7. It's supposed to support VB.NET as well; am I right? However, the application already crashes at the line Call GDAL