Marko Žagar wrote:
// init lua state LuaState = lua_open(); luaL_openlibs(LuaState); lua_setallocf(LuaState, lua_allocate, 0);
-- Shmuel