lua-users home
lua-l archive

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


> Based on what people said about how to statically link modules, I have 
> to say things do have changed.

Perhaps I'm missing something but for instance my libraries work both as
statically linked modules and as dynamically linked modules. In the static
case, they work even if you don't require them (but they also work if you
do require them). The magic is in luaL_register.