This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>To: address@hidden >From: SONGYONGJIA <address@hidden> >Subject: C++ interface used by win95 or winnt >Organization: national climate center >Keywords: 199709100432.WAA01974 > > Dear sir, > I want to find C++ interface library used by win95 or winnt, Would > you tell me how to find it ? > > thank you! > your sincerely There is a contributed set of 'nmake' files which may be used to build the netcdf C and FORTRAN interfaces. This is available as ftp://ftp.unidata.ucar.edu/pub/netcdf/contrib/win32/maks.zip Unfortunately, this does not include an 'nmake' file for the cxx directory, which is where the current netcdf C++ interface lives. The current C++ is a veneer on top of the C interface. Since the majority of platform portability issues are handled in the C layer, it may be fairly straight forward to build. I'm not sure we would recommend that the existing C++ interface be used for new code. There is a good chance it will change soon. -glenn