lua-users home
lua-l archive

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


> That makes complete sense actually. Thanks for the heads up.

It's a known issue with shared libraries, which I assume is what you have.
The solution is to have Lua statically linked into you app and export the
Lua API functions from the linked app.