16.05.2014 12:15, Werner Benger пишет:
Hm, it seems this HDF5.dll was compiled differently then than mine. There might be a hdf5.dll.a in your version that contains those symbols instead, and in that case you would need to link against that one instead of the .dll .
But the hdf5.dll from official binaries *does* contain those symbols! I can see the from Dependency Walker, and I can import and use them from Delphi code (but for the latter, I had to create a huge wrapper which I want to avoid for my minimal C example).
I am not using cmake myself, neither the official HDF5 configure/makefile (they seem to have some issue under mingw, it might be trivial, but couldn't identify it yet). I can share you my makefiles if you're interested.
In fact, I'd like to avoid makefiles also ;-) It seems strange that for such a minimal example one couldn't just invoke gcc directly.
Could you please share your HDF5 binaries? Best wishes, Andrey Paramonov -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org
