[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: how to call lua scripts from C/C++ without recompiling each time?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 2 Sep 2003 09:33:10 -0300
>Is there more up to date documents for lua_ref getref and unref? I
>couldn't find mention of these in the 5.0 docs.
The ref functions are now in the auxlib. The macros in lua.h are
for compatibility. For a very short documentation on them, see
http://lua-users.org/wiki/LauxLibDocumentation
--lhf