[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 970708: NC_SHORT error on WIN32 or NT?



> 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