[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Windows Mobile/Windows CE port
- From: Petr Štetiar <ynezz@...>
- Date: Thu, 13 Oct 2011 10:57:27 +0200
Georg Lehner <jorge-lua@magma.com.ni> [2011-10-08 17:24:30]:
> It is made to compile with the Microsoft compilers (Visual Studio) and to
> change as little code as possible, in fact, hardly any at all was touched.
Please take a look at my port[1], maybe it's already in the shape you're trying
to reach. Maybe it would be better to focus on one project, than create new
port every year :-)
> lua.exe and luac.exe basically run just fine, modules can be loaded, though
> e.g. luasockets socket.http did not load because when any of mime.core and
> socket.core are 'required' after the other an error occurs.
What error? I've used luasocket on WinCE/Mobile devices without any problems.
1. https://github.com/ynezz/luace
-- ynezz