Re: Packaging and importing
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Packaging and importing
- From: Wim Couwenberg <w.couwenberg@...>
- Date: 2005年8月17日 09:49:48 +0200
> Although it's a conceptually a little muddier, you achieve the same
> result by having the Lua script load the C module and using local
> variables in the Lua script. Your DLL doesn't have to jump through
> hoops to find the lua script, either.
Thanks! This looks very usable! The way to find the dll can be
tweaked outside of Lua. Why is this conceptually muddier?
--
Wim