[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Performance problems!
- From: "mos" <mmosquito@...>
- Date: Fri, 27 May 2005 10:33:43 +0800
it may be work:
lua_getglobal(L, "test");
lua_pushnumber(L, 0);
int error = lua_pcall(L, 1, 0,0);
----- Original Message -----
From: "Zulfiqar Malik" <Zulfiqar.Malik@itrango.com>
To: "'Lua list'" <lua@bazar2.conectiva.com.br>
Sent: Wednesday, May 25, 2005 7:56 PM
Subject: RE: Performance problems!
> Okay, so I have loaded the string, but is the returned value the chunk
> object? Even so, there is no parameter in either lua_pcall() or
> lua_call() that indicates which chunk object to execute? Thanks for your
> response.
>
> Regards,
> Zulfiqar Inayat Malik.
>
>