[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: virtual c++ methods with tolua++
- From: Ariel Manzur <listas@...>
- Date: Sun, 29 Jan 2006 23:05:05 -0500
Hi.
I get the 'how do I inherit from a c++ object and implement its virtual
methods with tolua++' question from time to time, so I decided to add a
page on the wiki with some code (taken from lua_qt) to generate all the
stuff needed to do this:
http://lua-users.org/wiki/ImplementingVirtualMethodsWithToluapp
Hope it helps..
Ariel.