lua-users home
lua-l archive

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


> The manual clearly states that you should staticaly link lua to your
> application, that means you always have your own version of Lua in
> your application.

Unless I'm missing something you can *not* statically link Lua to your
application if you want to use any dynamically linked C modules.

> I always put lua code inside my project and compile it with the
> application, so any local change should work. If the official code
> states how to enable the code for continue, I can add continue to my
> Lua and nobody else get hurt.

You'd get not Lua, but your own dialect of a language.

Alexander.