Binh-Minh Ribler 855aa23823 [svn-r4977]
Purpose:
    Adding support for dll
Description:
    Added __DLLCPP__ to all public classes and templates.
    Added #include "H5Include.h" to H5RefCounter.cpp because of the
          use of DLLCPP in .h file and it needs the following chain:
                H5Include.h/hdf5.h/H5public.h/H5api_adpt.h
    Added #pragma warning(disable: 4251) to H5Exception.h to eliminate
        this warning on private data members of type 'string.'  This
        occurs because 'string' is not yet instantiated at compilation
        time; however, since the class is exported, the warning is
        harmless.
    Changed this member function's parameter to be passed as reference.
        from:
            void CompType::insertMember( const string name,...
        to:
            void CompType::insertMember( const string& name,...
Platforms tested:
    Linux 6.2 (eirene)
    Windows 2000
2002-02-15 19:49:46 -05:00
..
2002-01-22 15:14:46 -05:00
2002-01-22 15:14:46 -05:00
2002-02-15 19:49:46 -05:00
2002-01-22 15:14:46 -05:00
2000-11-14 18:16:05 -05:00
2002-01-22 17:58:14 -05:00
2002-01-22 15:14:46 -05:00
2001-09-21 18:52:37 -05:00