lua-users home
lua-l archive

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


In my application, I embed Lua statically. As loading an external C
library (as a DLL) could cause crashes, due to conflicting Lua
runtimes, I'd like to disable dynamic loading. Is this possible? Is
deleting package.loadlib sufficient, or will that cause other issues?

(I know I could build a custom version of Lua with dynamic loading
disabled, but I'd prefer to stick with the stock Lua code if
possible).

Thanks,
Paul