Hi,I implement something like a dynamical plugin system. The plugins are located on a different path than the default LUA environment. Each plugin can have a different path described in a separate xml file. Is it possible to handle such behaviour with the normal "require" function from Lua? (we build the Lua dll ourself)
Best Regards Micha