I am getting the following error under Visual Studio 2008 Pro:
2>hdf5.lib(H5Z.obj) : error LNK2019: unresolved external symbol __imp_SZ_encoder_enabled referenced in function H5Z_init_interface 2>hdf5.lib(H5Zszip.obj) : error LNK2019: unresolved external symbol __imp_SZ_BufftoBuffCompress referenced in function H5Z_filter_szip 2>hdf5.lib(H5Zszip.obj) : error LNK2019: unresolved external symbol __imp_SZ_BufftoBuffDecompress referenced in function H5Z_filter_szip 2>D:\Development\PROJECT\realtime\SimFPGA\bin\Debug\SimFPGA.exe : fatal error LNK1120: 3 unresolved externals

I checked the linker options and it is indeed including "D:\Development\hdf5\lib\libszip.lib". It doesn't seem to complain about missing zlib library. My platform is Windows 7, 64 bit.

_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org

Reply via email to