Next: 4.4.6 Implementing and Exposing
Up: 4.4 Building a LuaCOM
Previous: 4.4.4 Registration Information
Contents
Fabio Mascarenhas de Queiroz 2005-01-07
4.4.5 Registering the Component Object
Before being accessed by other applications, the component object must
be registered in the system registry. This can be done with the RegisterObject
API function.
This function receives a table of registration info for
the object. See the complete example for the fields of this table.
Fabio Mascarenhas de Queiroz 2005-01-07