Karl, yes, this is a known problem and we'll address it as soon
as we get around to it. As a workaround, you can use the Id property (of
hid_t)
of a FileId object and call H5Fflush directly.
[DllImport("hdf5dll.dll", CallingConvention=CallingConvention::Cdecl)]
extern "C"
herr_t _cdecl H5Fflush
(
hid_t object_id,
H5F_scope_t scope
);
Best, G.
From: [email protected] [mailto:[email protected]]
On Behalf Of Karl Petersen
Sent: Sunday, February 19, 2012 4:54 PM
To: [email protected]
Subject: [Hdf-forum] Flush in Hdf5DotNet
I'm trying to flush a file in Hdf5DotNet 1.8.8, but H5F.flush only accepts
an H5ObjectId argument. How do I use it with an H5FileId? I looked for an
interface but there didn't seem to be one.
_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org