lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



On Apr 3, 2008, at 5:35 PM, Peter Harris wrote:

On Wed, Apr 2, 2008 at 8:44 PM, Eugen-Andrei Gavriloaie wrote:
On Wed, Apr 2, 2008 at 6:58 PM, Eugen-Andrei Gavriloaie wrote:

lua_pushcfunction(pLuaState, w_cfunc_call);

So, if I do a lua_pcall(...) right here, it will execute w_cfunc_call(...)
?

Yes.

Peter Harris

Thank you for the insights! Finally got it right!

P.S.
This list is incredible helpful. I mean the people present here!