October 24, 2008
Download from http://stlsoft.org/

============================================================================

Changes for 1.9.59 (25th October 2008)

Summary:
========

 * change in ATLSTL's property method helpers to avoid infinite loop in
   Visual C++ 6 problem when implementing property puts to CComBSTR
 * fixed compile error with GCC when using VARIANTs in C compilation units

Changes:
========

 ATLSTL:
 -------

  ~ atlsoft/automation/property_method_helpers.hpp:
     ~ fixed infinite loop defect in put_MemberValue(..., CComVariant const&, ...); now assigns directly and handles case whereby assignment fail

 COMSTL:
 -------

  ~ comstl/comstl.h:
     ~ refactored way in which VARIANT-manipulation macros are defined for C compilation to fix compile errors with GCC

============================================================================