Hi Santosh - your best bet is in fact to download the HDF5 source, and open the files that implement the classes in the example, and cut & paste the contents of the relevant methods.
This is a technique I've used myself where the C++ implementation is broken for my compiler (such as the "read" constructor of the packet table class). The code in my example is just 2 constructors & two methods. But going to the HDF5 C++ source is instructive - the classes are basically just wrappers for a bunch of C code, so they're easy to understand and copy, but written by people who know what they're doing - i.e. not me :-) Steve -- View this message in context: http://hdf-forum.184993.n3.nabble.com/Compund-DataType-in-Packet-Table-tp1923252p1929708.html Sent from the hdf-forum mailing list archive at Nabble.com. _______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
