Commits

Xuan Bai committed bc34b31f3f8
[svn-r9483] Purpose: New feature. Description: Add HDF5 C++ examples DLL test projects. Add new HDF5 tools projects. Solution: 1. Add the following 7 HDF5 C++ examples DLL projects into hdf5\c++\examples directory: chunkstestdll compoundtestdll createtestdll extend_dstestdll h5grouptestdll readdatatestdll writedatatestdll 2. Add the above 7 projects to the dependencies of hdf5\c++\examples\allcppexamples project. 3. Update HDF5 C++ examples installation batch file hdf5\InstallcppExamples.bat. 4. Update HDF5 C++ examples testing batch file hdf5\examples\testcppExamples.bat to include C++ example DLL tests. 5. Add HDF5 hdf/gif DLL conversion tools gif2h5dll and h52gifdll projects under hdf5\tools\gifconvdll directory. Platforms tested: Visual C++ 6.0 on WIndows 2000/XP. Misc. update: