next up previous contents
Next: 3.4.6 Implementing and Exposing Up: 3.4 Building a LuaCOM Previous: 3.4.4 Registration Information   Contents

3.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 function luacom_RegisterObject. This task can be simplified using the function luacom_detectAutomation; using this function the registration of the component can be done just running the server with the /Register command-line switch.

Vinicius da Silva Almendra 2003-06-04