|
Hi Paul. You can write a C function that is called by Lua which calls Lua again. But Lua is not reentrant in a broader sense, I mean, you *cannot* write a C function that calls Lua if this function is to be called by two different threads of execution. Regards, -- cassino