Hi everyone
I want to install netcdf on my computer. Operating system is windows xp.
I have a MS visual studio. net2003 fortran compiler and want to use netcdf
in fortran. how do i have to install netcdf and what version for windows.
I downloaded and extracted netcdf_3.5.0.win32bin
I moved ncdump.exe, ncgem.exe und netcdf.dll to directory
c:\programme\Microsoft Visual Studio .NET2003\sdk\v1.1\bin
netcdf.inc to directory
c:\programme\Microsoft Visual Studio .NET2003\sdk\v1.1\include
netcdf.lib to directory
c:\programme\Microsoft Visual Studio .NET2003\sdk\v1.1\lib
I adapted the PATH variable as administrator
after compiling I get the message: unresolved external symbol for 5 symbols
test_netcdf error LNK2019: Nicht aufgelöstes externes Symbol
'_NF_OPEN', verwiesen in Funktion '_MAIN__'
test_netcdf error LNK2019: Nicht aufgelöstes externes Symbol
'_NF_INQ_DIMID', verwiesen in Funktion '_MAIN__'
test_netcdf error LNK2019: Nicht aufgelöstes externes Symbol
'_NF_INQ_VARID', verwiesen in Funktion '_MAIN__'
test_netcdf error LNK2019: Nicht aufgelöstes externes Symbol
'_NF_GET_VAR_REAL', verwiesen in Funktion '_MAIN__'
test_netcdf error LNK2019: Nicht aufgelöstes externes Symbol
'_NF_CLOSE', verwiesen in Funktion '_MAIN__'
What is wrong??
thanks in advance
Udo