I am using the library of the hdf5group to access and parse such H5 Files. Actually I am trying to compile this example: https://www.hdfgroup.org/ftp/HDF5/examples/examples-by-api/hdf5-examples/1_8/C/H5G/h5ex_g_traverse.c using Visual Studio 2015 64 bit mode.
I get seven errors equal to
unresolved external symbol __imp_H5Fopen
Some library functions seem to work fine but some can not be found. I actually copied all headers an libs to be certain. I also realize the an unresolved external usually indicated a missing or wrong dll but these are all lib files. There is not a single dll in play.
I would be very grateful for any help on this matter. It already kept me stuck all-day long. :/ The /D option of the comiler is set.
Best Patrick