lua-users home
lua-l archive

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


> I am starting to port to 5.1 alpha and I have run across a missing 
> function, luaopen_loadlib(). I am calling this with all my other library 
> loads because I found some example code that does it.

Try luaopen_package. If you want to open all standard Lua libraries,
call luaL_openlibs.
--lhf