mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
Update. Description: Add N-bit filter feature into HDF5 and update hdf5\src\H5pubconf.h. Solution: 1. Add hdf5/src/H5Znbit.c into hdf5 and hdf5dll projects. 2. Add the following scripts into H5pubconf.h /* comment the following line out if you are not using N-bit filter*/ /* #define H5_HAVE_FILTER_NBIT 1*/ If users want to use N-bit filter, remove the comment marks. Platforms tested: Tested without N-bit filter on Visual C++ 6.0 on Windows XP. (Failed building with N-bit filter, I remember that Kent said N-bit filter had not been fully implemented for the time being.) Misc. update: