lua-users home
lua-l archive

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


> some useful information:
> i build lua5.1 ,luasocket and luaxml on WinCE 5.0.compiler is Visual Studio 2008.i think lua5.1 has no problem because the scripts which only use standard library seems work well.

You life could be much easier if you just put the *.c and *.cpp of
luasocket and luaxml into your project and compile with your own
project (i.e. compile into your .exe, no .dll at all)

If you use lua.exe as your host then just add those modules into lua project.