|
> 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.