lua-users home
lua-l archive

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


>
> Depand on my project architecture, my .exe file is only a loader. My lua5.1 is compiled as a .dll too.I wanna build LuaXML and LuaSocket both as .dll to become a module.

This means, uh, you could add luaxml and socket into your lua5.1
project. and compile to a single .dll.


> Could u tell me why the system error 83 happened?

Oops, I don't have a computer with windows installed, and error 83
does not happen on Linux, so I can't help on that.