LuaX does it this way, and it has some benefits. One of them is that
the modules are essentially unaware of the underlying Lua engine. This
makes the whole version handling much easier, i.e. Lua 6.0 can most
likely be incorporated without recompile of existing modules.
-ak
13.4.2004 kello 18:21, Virgil Smith kirjoitti:
There are some ways of fixing this (a la Quake2/3 where the app
exports the needed functions through a callback structure -- brute
force, but surprisingly effective), but I'm not sure what the current
state is.