lua-users home
lua-l archive

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


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