lua-users home
lua-l archive

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


Thanks for suggestion. Lua is restricted in Compact Framework version due to lack of Reflection.Emit.

Anybody got to overcome this issue? I heard that Cecil from Mono.Net can generate IL code in Windows 7 phone.
 http://www.mono-project.com/Cecil

I need to play around LuaInterface and Cecil to see the portability to run Lua inside Windows 7. Anything comes with "C" or C++ is really painful compared to the one with .NET or JRE runtime.

--

Gopal


On Thu, Aug 11, 2011 at 11:07 AM, Tim Mensch <tim-lua-l@bitgems.com> wrote:
On 8/10/2011 12:19 AM, Eike Decker wrote:
> For Windows Mobile phones - I think Lua works there as well, either
> you can find some port that exists already (I know Lua is being used
> on WinCE) or port the required code yourself (which is a bit of work).

At present, it would be a LOT of work, since there's (AFAIK) still no
public C/C++ SDK for Windows Mobile 7, so it would involve porting all
the C code to C#.

Microsoft seems to WANT to kill the platform.

Tim