Tagged Questions

4
votes
4answers
475 views

hierarchical .Net file format?

Our company has been for a while looking at a file format to hold a large amount of lab sensor data. Each time they run the instrumentation, it generates a file, which we consume and store in a ...
1
vote
1answer
103 views

“Assertion failed!” error when exiting program (HDF5 1.8.6)

I'm using HDF5 1.8.6 on a Windows7 32-bit system from a data acquisition C#/.Net application (using the HDFDotNet wrappers). I've noticed a runtime error(AssertionFailed) popup when I exit my ...
1
vote
1answer
134 views

How to create a group on an existing HDF5 file? (HDF5)

I have a 3rd party utility written in C++ that creates an HDF5 file with a single data group. I would like to import two H5 files each with a unique data group, and output a single H5 file with the ...
1
vote
1answer
827 views

HDF5 .Net wrapper

I'm getting ( http://www.hdfgroup.org/projects/hdf.net/) The specified module could not be found. (Exception from HRESULT: 0x8007007E) from the dependency walker i'm seeing that SZLIBDLL.DLL ...
0
votes
0answers
250 views

C# HDF5 Example code

Using HDF5DotNet, can anyone point me at example code, which will open an hdf5 file, extract the contents of a dataset, and print the contents to standard output? So far I have the following: ...
0
votes
1answer
216 views

“PInvokeStackImbalance was detected” from HDFDotNet 1.8.7

I have been attempting to update to the latest HDF5DotNet wrappers (1.8.7) and am getting the following warnings (when running in DEBUG mode from VS2010): PInvokeStackImbalance was detected Message: ...
0
votes
3answers
246 views

BadImageFormatException: PInvoke ImportDll with hdf5dll.dll

Ok, I have the HDF5 library downloaded from the official site, and I have a few DLLs, including hdf5dll.dll, and hdf5_hldll.dll. I have what I think to be some wrappers around the native calls, in my ...