[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Obtaining pointer to a C++ object
- From: Ignacio Burgueño <ignacio@...>
- Date: Wed, 18 Sep 2002 13:06:52 -0300
Thanks, Björn. I've just managed to do it with LUA 4.0
Greetings
Ignacio Burgueño
----- Original Message -----
From: "Björn De Meyer" <bjorn.demeyer@pandora.be>
To: "Multiple recipients of list" <lua-l@tecgraf.puc-rio.br>
Sent: Wednesday, September 18, 2002 1:42 PM
Subject: Re: Obtaining pointer to a C++ object
> Ignacio Burgueño wrote:
> /snip everything
>
> AFAIKS, Luna stores the object pointer in an upvalue to your C function.
> I only know how to get that upvalue in LUA 5, though, so check the
> lua 4 documentation.