Issue I359 [enhancement,resolved] Lua now binary compatibile with C/C++ extension modules. Reported by davidm-200701 Description: The version of Lua in 8.0.0-8.0.1 does not maintain standard binary compatibility as defined by luabinaries.luaforge.net. In 8.0.2, binary compatibility is achieved. This allows Lua code to load modules written in C (see also I354 - Add C++ calling example). In 8.0.2, the directory "lua/lib" relative to simion.exe is added to the LUA_PATH and LUA_CPATH. Added lib/lua files. Resolved in 8.0.2.