[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Writing extensions which interact (is not fun)
- From: steve donovan <steve.j.donovan@...>
- Date: Sat, 4 Aug 2012 07:54:08 +0200
On Sat, Aug 4, 2012 at 5:07 AM, Doug <douglas.linder@gmail.com> wrote:
> The only situation (it seems) that this is possible is in the
> astonishingly rare case of lua being loaded as a dynamic library.
Which is how it's done on Windows, and that's not too rare ;)
Besides, it's recommended to use a .so when embedding Lua, since a
static link can easily leave out bits that you'll need later when you
start scripting.
steve d.