lua-users home
lua-l archive

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


> function luaopen_opr(l: plua_state):integer;
...
> l := lua_open;

If that is a libray, then you should not open Lua here.