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.
> Dear Glenn, > > thanks for your prompt help. It seems that it's on my code. > nctest succeeds and on nc_test i've forgotton to create the test.nc > file. > It must be a problem from porting my code from win16 to win32. > > Sorry for taking your time, but I am realy depressed > and I looked for every possibility to solve the still existing > problem. > > Thanks again, > Hartmut Sorry that your are having problems, but I'm glad the library is working on your system. A suggestion: Go through your code and replace the old netcdf-2 void* calls with the corresponding type-safe new netcdf-3 calls. As you do this, chaff will fall away and also the compiler will be able help you. -glenn