lua-users home
lua-l archive

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


The problem is that if "a" doesn't know what is going on, it will have
to make "a.*" available.
	It could just register a pseudo-loader function which will
in turn, load the appropriate file or search for it inside a zip file
or inside the DLL, as you suggested.

	Tomas