HDF.PInvoke
HDF.PInvoke copied to clipboard
Raw HDF5 Power for .NET
In `NativeDependencies.GetAssemblyName()` the path is selected relative to the executed assembly (the program using the DLL) and not (what I expected) relative to the DLL. This could be fixed by...
According to this [build log](https://ci.appveyor.com/project/gheber/hdf-pinvoke/build/1.0.16/job/6d6dgelra6kj7sg3#L26) the errors appeared first in 2f550a659707f14c13642ae3691ff24f0ad12170. (there are also some [at the end](https://ci.appveyor.com/project/gheber/hdf-pinvoke/build/1.0.16/job/6d6dgelra6kj7sg3#L759))
Gerhard Kreuzer via `[email protected]`: "Here you check for `PlatformID.WinCE`, and later on the `H5WindowsDLLImporter` imports from `kernel32.dll`, but if the software should run on WinCE you have to import from...
When trying to use the HDF.PInvoke library with Mono, the calls to GetModuleHandle and GetProcAddress will fail. Mono seems to be able to resolve the PInvokes, even changing the name...
Let's collect some ideas for the future! https://github.com/HDFGroup/HDF.PInvoke/wiki/Must-Have's-for-High-Level-.NET-APIs https://github.com/HDFGroup/HDF.PInvoke/wiki/Nice-To-Have's-for-High-Level-.NET-APIs
Hi, Many thanks for this great data format library. I'm working on read a ultra large hdf5 dataset via HDF.PInvoke recently. Due to the reason of .NET array can not...
I used the HDF5 for generating the case file in fluent ansys. I got this error: `HDF5-DIAG: Error detected in HDF5 (1.10.5) MPI-process 0: #000: C:\Users\sasroy\Downloads\CMake-hdf5-1.10.5\CMake-hdf5-1.10.5\hdf5-1.10.5\src\H5Dio.c line 185 in H5Dread():...
If a program has keys specified in its config file that is NOT "NativeDependenciesAbsolutePath", then a NullReferenceException occurs on line 31 in NativeDependencies.cs where it attempts to get the path....
already did it