Next: 4.4.1 Specify the component
Up: 4. Implementing COM objects
Previous: 4.3 Terminology
Contents
Subsections
Fabio Mascarenhas de Queiroz 2005-01-07
4.4 Building a LuaCOM COM server
There are some steps to build a COM server using LuaCOM:
- specify the component;
- identify what is going to be exported: Lua application object and its sub-objects;
- build a type library for the component;
- define the registration information for the component;
- register the Component object;
- implement and expose the COM objects;
- add COM initialization and termination code.
Subsections
- 4.4.1 Specify the component
- 4.4.2 Objects to be exported
- 4.4.3 Building the type library
- 4.4.4 Registration Information
- 4.4.5 Registering the Component Object
- 4.4.6 Implementing and Exposing the Component
- 4.4.7 Initialization and Termination
Fabio Mascarenhas de Queiroz 2005-01-07