[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Extending a C++ class hierarchy
- From: Christian Vogler <cvogler@...>
- Date: Mon, 22 Jan 2001 17:06:56 -0500
On Mon, Jan 22, 2001 at 07:38:24PM -0200, Luiz Henrique de Figueiredo wrote:
> Isn't this what tolua does?
No. What this boils down to is that he has to call lua code
transparently from the C++ program. tolua solves the opposite problem.
So, how about a program called toc++? :-)
Actually, IIRC, if you chec the list archives, someone already has
written a framework for this.
- Christian