lua-users home
lua-l archive

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


Sorry about that. Since I am using tolua++ I was not seeing any lua_State.

Thanks a lot! I will try some workaround.

Danilo

2009/12/21 Javier Guerra <javier@guerrag.com>
On Mon, Dec 21, 2009 at 2:52 PM, zweifel <zweifel@gmail.com> wrote:
> I dont get any Lua_State pointer explicitly

it's the only parameter you get from Lua: (lua ref manual: 3.7 -
Functions and Types)

typedef int (*lua_CFunction) (lua_State *L);

--
Javier