lua-users home
lua-l archive

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


Hi,

>  /* the function name */
>  lua_getglobal(L, "add");

The global "add" is probably nil.  At least it is not a standard function...

--
Wim