lua-users home
lua-l archive

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


There is a C function named Foo in host program.
There is a Lua function named bar in a script.
There is a lua_CFunction named Goo.

Foo calls bar, bar maybe calls Goo, but Goo calls Foo, is it OK?

(Suppose the Lua function bar is a window message handling center.)