[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Problem with Lua in c++ and stl
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 1 Sep 1999 08:28:40 -0300 (EST)
On Wed, Sep 01, 1999 at 01:19:32AM -0300, Mike Cuddy wrote:
> // it's a pity that cfunction's in lua don't get to carry userdat, then we
> // could pass the object "implicitly" to the C -> C++ binding function.
> // instead of digging it out of a table.
I think a C closure might help here.
--lhf