[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua_call / lua_pcall inside a C Function - help!
- From: "Wim Couwenberg" <w.couwenberg@...>
- Date: Thu, 4 Sep 2003 18:52:10 +0200
Hi,
> /* the function name */
> lua_getglobal(L, "add");
The global "add" is probably nil. At least it is not a standard function...
--
Wim