Hi, I am using HDF5 1.8.5 libraries. I have a C program in HDF5 and while building it I get following errors:
Error 2 error LNK2019: unresolved external symbol _SZ_encoder_enabled referenced in function _H5Z_init_interface hdf5.lib Error 3 error LNK2019: unresolved external symbol _SZ_BufftoBuffCompress referenced in function _H5Z_filter_szip hdf5.lib Error 4 error LNK2019: unresolved external symbol _SZ_BufftoBuffDecompress referenced in function _H5Z_filter_szip hdf5.lib Error 5 error LNK2019: unresolved external symbol _compress2 referenced in function _H5Z_filter_deflate hdf5.lib Error 6 error LNK2019: unresolved external symbol _inflateEnd referenced in function _H5Z_filter_deflate hdf5.lib Error 7 error LNK2019: unresolved external symbol _inflate referenced in function _H5Z_filter_deflate hdf5.lib Error 8 error LNK2019: unresolved external symbol _inflateInit_ referenced in function _H5Z_filter_deflate hdf5.lib Error 9 fatal error LNK1120: 7 unresolved externals C:\..\sampleProgram\Debug\TestInC.exe 1 Any Help???? Thanks in Advance. ----- Best Regards, Santosh -- View this message in context: http://hdf-forum.184993.n3.nabble.com/VC-project-Build-Errors-with-HDF5-1-8-5-tp1880934p1880934.html Sent from the hdf-forum mailing list archive at Nabble.com. _______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
