next up previous contents
Next: 4.4.1 Specify the component Up: 4. Implementing COM objects Previous: 4.3 Terminology   Contents

4.4 Building a LuaCOM COM server

There are some steps to build a COM server using LuaCOM:

  1. specify the component;
  2. identify what is going to be exported: Lua application object and its sub-objects;
  3. build a type library for the component;
  4. define the registration information for the component;
  5. register the Component object;
  6. implement and expose the COM objects;
  7. add COM initialization and termination code.



Subsections

Fabio Mascarenhas de Queiroz 2004-09-13