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.
Thanks very much Sven; I haven't done the C++ before. I'll test and incorporate into our makefile. John Caron > > Date: Fri, 16 Jun 2000 09:13:43 -0600 > From: Unidata Support <address@hidden> > To: address@hidden > Subject: 20000616: tip for netcdf and Visual C++ > > >To: address@hidden > >From: Sven Siggelkow <address@hidden> > >Subject: tip for netcdf and Visual C++ > >Organization: Uni Freiburg > >Keywords: 200006161453.e5GErRT14532 > > Hi all, > > unfortunately I had to compile netcdf under NT with Visual C++, after > having used it on various Unix's before. Luckily you provided a really > good explanation how to compile it. But it was missing the C++ > interface. When I looked into cxx I found that you already prepared > msoft(s).mak. This, however, didn't work. You should insert there a /D > STRSTREAM_H_SPEC="<STRSTREA.H>" and all works. > > Btw: The test produces according to ediff only whitespace errors, so cmp > complains, but everything is ok. > > Bye, > Sven > > ------- End of Forwarded Message