I'm researching what it will take to create HDF5 files in pascal.
http://www.hdfgroup.org/1: Has anyone who has worked with this file format have any advise?
2: Does anyone know of any (pascal) code writen for this file format?
My prelimary research shows there may be a few DLLs writen for jave and C that may save me from writing a full binary file driver. I've used windows DLLs for disk level access calls.
3: Is there anything I sould be aware of that is differant for C level DLL?
Thank You.