lua-users home
lua-l archive

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


>So, yes we need a good way to add third party libraries to an existing Lua
>executable without having to recompile it.

I think loadlib can help here: http://www.tecgraf.puc-rio.br/~rborges/loadlib/
--lhf