[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: table.insert with C in lua 5.0 beta
- From: "Wim Couwenberg" <w.couwenberg@...>
- Date: Wed, 19 Feb 2003 18:55:42 +0100
Hi,
> // Initialize lua standard library functions
> lua_baselibopen(luaVM);
> lua_iolibopen(luaVM);
> lua_strlibopen(luaVM);
you should also do lua_tablibopen(luaVM) to init the table functions.
Bye,
Wim