Unidata / netcdf-cxx4

Official GitHub repository for netCDF-C++ libraries and utilities.
Other
124 stars 49 forks source link

Is netCDF-C 4.3.3 compatible? #24

Closed qubotong closed 8 years ago

qubotong commented 8 years ago

Hello,

I'm using VS 2013 + pre-built netCDF-C 4.3.3 lib to run this example. But the compiler keeps telling me that some unresolved external symbols. Do you have any similar report or any solutions? Or it just because I didn't link the dll and lib correctly, do you have some detailed installment instruction.

citibeth commented 8 years ago

Would you be able to provide the error log from the linker?

qubotong commented 8 years ago

Thanks a lot for your reply, I found out the problem. It's because I'm using x64 lib which is wrong. Thanks again