You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building with SHARED_LIBRARIES=YES on Visual Studio we define H5_HAVE_THREADSAFE so multiple HDF5 files can be open at once. This does not work on mingw, there is an error if H5_HAVE_THREADSAFE is defined. This should be fixed. This is handled in the Makefile.
The text was updated successfully, but these errors were encountered:
When building with SHARED_LIBRARIES=YES on Visual Studio we define H5_HAVE_THREADSAFE so multiple HDF5 files can be open at once. This does not work on mingw, there is an error if H5_HAVE_THREADSAFE is defined. This should be fixed. This is handled in the Makefile.
The text was updated successfully, but these errors were encountered: