|
> I have problems running even the most basic Lua/C interface example > from the Lua book at: http://www.lua.org/pil/24.1.html PiL1 is about Lu 5.0. The protocol for calling luaopen_* changed in 5.1. See http://www.lua.org/manual/5.1/manual.html#7.3 --lhf