[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Require
- From: Asko Kauppi <asko.kauppi@...>
- Date: Tue, 27 Jul 2004 10:17:22 +0300
They can also be embedded as simple C tables, which is an
OS-independent way. This requires recompilation, of course, which your
res approach does not (only linkage).
-ak
27.7.2004 kello 22:52, Adrian Sietsma kirjoitti:
Asko Kauppi wrote:
Also, sometimes it might be nice to build both C and Lua side in the
same dll.
major point.
we have been embedding lua script into windows dll's as resources.
this massively simplifies packaging and distribution of hybrid c/lua
libraries.
this has an impact for naming / require / packaging issues
Adrian