COM visible .dll for allowing use in VBA

Does there exist a version of the hdf library as a .dll with COM visibility so that it can be referenced by VBA?

If not, is there anybody with the skills to recompile http://hdf5.net/

Many Thanks,

Alex

Alex Dawn, MSci(Hons) GradCIHT MTPS
Graduate Consultant, Transportation
D +44-(0)117-901-7109
alex.dawn@aecom.com<mailto:alex.dawn@aecom.com>

AECOM
Portwall Place
Portwall Lane
Bristol, BS1 6NA
T +44-(0)117-901-7000
aecom.com<http://www.aecom.com>

Built to deliver a better world

LinkedIn<http://www.linkedin.com/company/aecom_15656> Twitter<http://twitter.com/AECOM> Facebook<http://www.facebook.com/AecomTechnologyCorporation> Instagram<http://instagram.com/aecom>

13.01.2016 20:53, Dawn, Alex пишет:

Does there exist a version of the hdf library as a .dll with COM
visibility so that it can be referenced by VBA?
If not, is there anybody with the skills to recompile _http://hdf5.net/_

Hello Alex!

It is not possible to simply "recompile" HDF5 library so it becomes COM+ library, unfortunately.

If you are stuck to VBScript, you might want to try DynamicWrapperX adapter (didn't try):
http://yuripopov.ucoz.net/index/dynwrapx_en/0-21
It will enable you to call HDF5 routines from your VBScript program, however you'll have specify the signature for each method you call, as well as values of HDF5 constants. That information can be obtained from documentation and header files.

Best wishes,
Andrey Paramonov

···

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.