lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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