lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Ryan, Virgil.  

Thanks you for your responses.  When using the LuaCom library, open COM
objects are only disposed once all references to the object removed and
the garbage collector is called.  With the environment that I am using
Lua, I would like to have a master table that could keep track of these
objects and then dereference them so that they can be collected.  Do you
have any better suggestions as a way to approach this?

Mike