lua-users home
lua-l archive

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


On Tue, Jul 12, 2016 at 4:35 PM, Philipp Janda <siffiejoe@gmx.net> wrote:
> AFAIK, it's also possible to export the Lua API from the main executable and
> link the extension modules directly against said executable instead of a
> DLL, but I've never done that myself.

This is typically how SciTE is compiled on Windows, and it works fine.
The issue with Windows of course is that the extension DLLs need to
link against a specific exe/dll; Unix .so files are much more
promiscuous ;)