[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Newbie... trying to bring interactivity in C application using LUA...!!
- From: Duncan Cross <duncan.cross@...>
- Date: Thu, 30 Jul 2009 16:40:25 +0100
On Thu, Jul 30, 2009 at 4:15 PM, Subhash_Patil<Subhash_Patil@satyam.com> wrote:
> lua_pushcfunction(L, SCSL_Draw_Rect(L));
Do you mean to be actually calling the function here? It looks like
lua_pushcfunction(L, SCSL_Draw_Rect);
...might be what you want instead.
-Duncan