Next: 4.5 Running the COM
Up: 4.4.7 Initialization and Termination
Previous: Initialization
Contents
Fabio Mascarenhas de Queiroz 2005-01-07
Termination
The COM server must call (in Lua)RevokeObject
for each
exposed object. Then it must call the COM termination functions AFTER
lua_close
has been called; otherwise fatal errors may occur.
Fabio Mascarenhas de Queiroz 2005-01-07