lua-users home
lua-l archive

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


How do I bind C++ classes to Lua so that when I try to convert a Lua
object to a C++ class, it succeeds even if the object contains a C++
class that's derived from the one I want?