To get the netcdf files working under windows you need the following:

Visual studio >= 7, Visual C++ 6 doesnt support long longs, this will work but you have to manually disable large file support.
An updated cfortran.h, A patch has been sent in 2002 to mr burrow, maintainer of the cfortran bridge http://www.unidata.ucar.edu/support/help/MailArchives/netcdf/msg01463.html . I think his whereabouts are not known. The patch is part of default linux distributions.

1 Comment

  1. Unknown User (alwan)

    NetCDF library for .NET Project http://www.codeplex.com/netcdf is dedicated to porting the Java version of NetCDF library to .NET platform. The current version is based on netCDF for Java 2.0. It supports netCDF-3 datasets (just like netCDF-Java 2.0 library). It does not support netCDF-4 yet.