lua-users home
lua-l archive

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


Hi Mike 

Yes, unfortunately LuaXML is broken in LfW distribution.

But LuaXML will work with LfW distribution if you

1. download zip file http://www.viremo.de/LuaXML/LuaXML_080919.zip
2. copy LuaXML_lib.dll from zip file to C:\Program Files\Lua\5.1\clibs
3. copy LuaXml.lua from zip file to C:\Program Files\Lua\5.1\lua

Then the LuaXML example works.

We'll have to fix this for the next release.
Thanks for catching and reporting this problem.

Cheers
Andrew Wilson


On Tue, Dec 30, 2008 at 4:28 PM, Mike Crowe <drmikecrowe@gmail.com> wrote:
Hi folks,

I'm seeing something strange with LuaXML.  Anybody understand this?

H:\Program Files\Lua\5.1\examples\luaxml>lua test.lua
lua: error loading module 'LuaXML' from file 'H:\Program
Files\Lua\5.1\clibs\LuaXML.dll':
       The specified procedure could not be found.

stack traceback:
       [C]: ?
       [C]: in function 'require'
       test.lua:1: in main chunk
       [C]: ?

Just re-downloaded and installed the latest version just in case
something was screwy.

Any ideas?

TIA
Mike