[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua that generates executables?
- From: Daniel Quintela <dq@...>
- Date: Wed, 17 Nov 2004 00:30:25 -0300
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