lua-users home
lua-l archive

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


Ico Doornekamp schrieb:

I implemented something like this some time ago, quite trivially. Just
create a loader for your archive format (I used .tar.gz) and add it to the
package.loaders table.

Is it possible to load binary modules (*.so and *.dll) this way without extracting them to a location where the normal loader finds them?

--
ak