[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Disabling dynamic loading
- From: "Paul Moore" <p.f.moore@...>
- Date: Thu, 17 Jul 2008 10:18:19 +0100
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