[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Porting Lua to Windows Mobile Professional 6.5.3
- From: Jon Akhtar <akhtar@...>
- Date: Thu, 2 Jun 2011 09:17:15 -0400
On Thu, Jun 2, 2011 at 4:38 AM, Marc Balmer <marc@msys.ch> wrote:
> I already managed to compile it as a library without any errors, but a lot
> of functions we usually find on our beloved BSD systems are just plain not
> available...
>
> Thanks,
> Marc
We have been using Lua on various versions of Windows Mobile for about
3 years now built as a DLL. It has been pretty pain-free for us. We
did remove some of the library functions though specifically we
removed the os module completely, as well as well as a few other
functions that didn't compile (I am sure you ran into the same ones)