A problem occur while playing hdf5 videos in cpp

Asked By 60 points N/A Posted on -
qa-featured

Hello everyone,

 I am using cpp. There is an error show while playing hdf5 videos in cpp. I can't understand why it is showing, can anyone help me about this? 

  Thanks!

SHARE
Answered By 35 points N/A #189865

A problem occur while playing hdf5 videos in cpp

qa-featured

Hello

You forgot to mention what kind of error you see so we can't help you. But in order to find out what's the problem you need to install libraries which are needed for hdf5. I don't know which operating system are using I assume you are using Linux because you said you are using cpp and not c++, so you'll need one of those libraries:

/usr/lib/libhdf5.a
/usr/lib/libhdf5.so
/usr/lib/libhdf5_fortran.a
/usr/lib/libhdf5_fortran.so
/usr/lib/libhdf5_hl.a
/usr/lib/libhdf5_hl.so

Regards.

Related Questions