[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: External modules was Re: Ideas for implementing commercial support for Lua
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 15 Nov 2002 18:44:56 -0200
>the result was that Lua authors
>added the LUA_USERCONFIG and lua_userinit hooks to lua.c in 5.0-alpha.
Much in the spirit of Lua :-)
Anyway, it may have gone unnoticed that it is pretty simple to compile 5.0-alpha
to get support for DLL loading. It's a simple matter of uncommenting a line in
config. The code for this resides in etc/, outside the core.
--lhf