lua-users home
lua-l archive

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


hi all,

1. I have a manager class, which deals with the instances of some interface
class
2. I exported this interface class to Lua
3. I derived a class in Lua from this interface and defined needed virtual
functions
4. When manager class calls interface method, it doesn't work properly since
manager class surely doesn't see Lua classes in the virtual table

Is there any other algorithm to implement such a construction?

Many thanks in advance,
Dmitriy Iassenev

P.S. I use LuaBind