lua-users home
lua-l archive

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


> So as i understand this enables dynamic loading for every lib,
including the Lua Core lib ....
> which i don't want ! I'd like regular static version of the libs ( and
compiling the luasocket 
> sources with the Lua Vm doens't make it either )

You have to or you'll end up with several incarnations of the lua VM
(statically linked into each DLL that uses Lua).  You'll have to use
dynamic (system) runtime libraries as well.  In short: do not mix
static/dynamic libs.

--
Wim

This message and attachment(s) are intended solely for use by the addressee and may contain information that is privileged, confidential or otherwise exempt from disclosure under applicable law.

If you are not the intended recipient or agent thereof responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited.

If you have received this communication in error, please notify the sender immediately by telephone and with a 'reply' message.
  
Thank you for your co-operation.