lua-users home
lua-l archive

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


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" <[email protected]>
To: "Multiple recipients of list" <[email protected]>
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.