|
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