lua-users home
lua-l archive

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


Robert Raschke wrote:

Nope. I build my Lua EXE statically with lots of pre-loaded
functionality, but still use various DLLs to extend that. It's the
code in loadlib.c that handles that in the usual way (i.e.,
LoadLibrary()).

How does a library such as LuaSocket or LuaFilesystem link to
core Lua functions that are embedded in your EXE?

Ralph