I solved my problem with file opening by downgrading to 2.14. The next problem is that I want to build an executable which can be run elsewhere under the LV Run-time Engine. First, is that legal? It isn't under livehdf5. Second, when I tried, I got LV error 7, saying that it couldn't find library files. I've attached the program, based on the example given.
IAfter trying to use one of the examples and getting a generic error 42, I stripped it down to the simplest, just trying to open an existing file. I still get a 42. Suggestions? Also, the basic example that 'demonstrates how easy it is' can't be wired as shown. The create simple group VI wants arguments other than a string that just says 'data'. It wants dimensions.
I have written a program for the analysis of Scanning Transmission X-ray Microscope (STXM) data which is pretty popular with users and is distributed in the form of a LabVIEW executable. I would like to add the ability to read HDF5 files to it. However, I can't seem to get a simple executable to work. When I try to make an executable out of the simple-write.vi example and run it, it dies with error 7 :Call Library Function Node in H5F.lvlib:H5Fopen.vi:6750001->simple-write.vi, even when I put the...