next up previous contents
Next: 2.3 Creating Objects Up: 2. Tutorial Previous: 2.1 Using The LuaCOM   Contents

2.2 Locating COM Objects

The first step to use a COM object is to find it. COM objects are registered in the system registry and are associated with an unique Class Identifier, known as CLSID. A CLSID may also be associated with a string known as Programmatic Identifier or ProgID. This last one is the easiest way to reference a COM object. E.g., the ProgID for Microsoft© Word© is ``Word.Application''.

If one do not know in advance what is the CLSID or the ProgID of the object of interest, them it's possible to use tools like OleView to find the object, although the best place to find it is in the object's documentation.



Fabio Mascarenhas de Queiroz 2004-09-13