HDFGroup / HDF.PInvoke

Raw HDF5 Power for .NET
http://www.hdfgroup.org/HDF5
Other
81 stars 30 forks source link

HDF5 Architecture #34

Closed guillaumework closed 8 years ago

guillaumework commented 8 years ago

Dear,

in one of my projects i used the legacy wrapper whitch work with HDF libs 1.8.9. Unfortunatly, when i push some data i don't know why i have an error of memory curruption on visual studio (acess violation memory). So i hope the HDF.PInvoke library can resolve the problem. In order to test, i try to create a file and add chuncked H5D Compound but unsuccessfull. I dont understant how to do that like i do before.

You can find a sample of file that i am enable to create with the legacy wrapper at this link. https://drive.google.com/file/d/0B5l_eCCuTAyiVUNtX2luTGtxaW8/view?usp=sharing Thanks for your help.

gheber commented 8 years ago

Would you mind describing a little more precisely what the HDF.PInvoke issue is? Please note that this is not a general "HDF5 and .NET" forum, but an issue tracker for this repository. There are other channels for general questions, such as the HDF forum or Stack Overflow.