Re: Problems loading a lua function in c
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Problems loading a lua function in c
- From: "Alex Queiroz" <asandroq@...>
- Date: 2006年3月24日 15:47:43 -0300
Hallo,
On 3/24/06, Simen Haugen <simen.haugen@pandavre.com> wrote:
>
> Does anyone know whats wrong?
>
Loading a chunk doesn't automatically execute it. You must use
lua_call() for that.
--
-alex
http://www.ventonegro.org/