lua-users home
lua-l archive

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


I see that I didn't explain well what I mean with "dynamic loading support". :-( If you have an application which consist of some Lua scripts i.e. using LuaSocket, your distribution system must extract luasocket.dll to a temporary place and use the OS to dynload it. The virtual file system is not enough to make this kind of "packed application" when the scripts depends on dlls or shared libraries.

Daniel