[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[netCDF #PQD-251634]: Compiling Netcdf 4.1.2 C++ with Visual Studio 2010
- Subject: [netCDF #PQD-251634]: Compiling Netcdf 4.1.2 C++ with Visual Studio 2010
- Date: Fri, 10 Jun 2011 12:53:02 -0600
Hi Ambrogio,
We just fixed a bug in the netCDF-4 C++ API that will probably
get around the compiler error you are seeing near ncGroup.cpp
line 225, namely changing line 221 from
map<string,NcGroup>::iterator it;
to
multimap<string,NcGroup>::iterator it;
and similarly for line 1253.
You can make the change manually or get the snapshot release tomorrow
to see if that fixes the problem:
ftp://ftp.unidata.ucar.edu/pub/netcdf/snapshot/netcdf-4-daily.tar.gz
--Russ
Russ Rew UCAR Unidata Program
address@hidden http://www.unidata.ucar.edu
Ticket Details
===================
Ticket ID: PQD-251634
Department: Support netCDF
Priority: Normal
Status: Closed