next up previous contents
Next: 3.4.1 Specify the component Up: 3. Implementing COM objects Previous: 3.3 Terminology   Contents

3.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

Vinicius da Silva Almendra 2003-06-04