compile HDF5 C++

Dear all

I recently need to develope a new simulation program and I planned to
use HDF5 as the output format. I used HDF5 before with C interface, and
then I found that there is a C++ wrapper available. However, I compile
HDF5 under mingw and it conly contains C interfaces without C++
interfaces. I do the same thing under linux and get same results. The
HDF5 C++ wrapper I have now is from Ubuntu package. Due to my need of
cross-platform capability, I sometimes need to compile HDF5 by my self.
Can someone tell me is there any extra package needed to compile and get
a HDF5 binary with C++ wrapper?
Best regard

Under Linux you use

./configure --enable-cxx

so the configure scripts builds the C++ interface into, under Windows with cmake or mingw it should be the same

ยทยทยท

Am 24.09.2012 um 02:38 schrieb Zong-Han, Xie:

Dear all

I recently need to develope a new simulation program and I planned to use HDF5 as the output format. I used HDF5 before with C interface, and then I found that there is a C++ wrapper available. However, I compile HDF5 under mingw and it conly contains C interfaces without C++ interfaces. I do the same thing under linux and get same results. The HDF5 C++ wrapper I have now is from Ubuntu package. Due to my need of cross-platform capability, I sometimes need to compile HDF5 by my self. Can someone tell me is there any extra package needed to compile and get a HDF5 binary with C++ wrapper?
Best regard
_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org