Version 1.0

LuaCOM

next up previous contents Next: Version 0.9.2 Up: 5.5 History Previous: Version 1.1   Contents

Version 1.0

  • property access modified: now parameterized properties must be accessed as functions using a prefix to differentiate property read and write. If the prefix is omitted, a property get is assumed;

  • syntax ``obj.Property(param)'' is no longer supported. A colon - ``:'' - must be used: ``obj:Property(param)'';

  • better support for implementation of COM objects, including registration and event generation;

  • Type conversion engine rewritten. Now it adheres more firmly to the types specified in the type libraries;

  • binding rewritten to better support ``out'' and ``in-out'' parameters and to adhere more strictly to the recommended memory allocation policies for COM;

  • COM objects without type information are now supported.



Fabio Mascarenhas de Queiroz 2005-01-07