lua-users home
lua-l archive

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



Another little question for toLua 5: It defines a tolua_*_open-function
as the old version, but not a tolua_*_close-function undefining some
variables and functions. Is this a bug or something not needed anymore
for Lua 5?

I think the close function is no longer needed because with Lua 5.0 we
tend to export the C/C++ features to a module - a table that can be easily overwritten.

-- waldemar