[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Require
- From: Adrian Sietsma <adrian_groups@...>
- Date: Tue, 27 Jul 2004 12:52:37 -0700
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