|
Ico Doornekamp schrieb:Is it possible to load binary modules (*.so and *.dll) this way without extracting them to a location where the normal loader finds them?
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.
--
ak