lua-users home
lua-l archive

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


Vyacheslav Egorov wrote:
Adam D. Moss wrote:
I was going to paste the code that I use but it's so
specific to me that it'd be more confusing than helpful -
but really it's only about 70 lines and nothing very
spicy.

--Adam
Have you managed to solve "dll-in-zip" problem? That is I want to load dlls into memory directly without creating temporary files.

Oh no, not at all.  That is a very hard (though not impossible)
problem.  My apps are basically scripts+data, and these live
in zip-like resource files -- there's no app-specific
platform-specific code included in these, that's all driven by
a generic C engine with its own dependencies.

--Adam