lua-users home
lua-l archive

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


On Fri, Sep 25, 2009 at 7:43 PM, Joshua Jensen <jjensen@workspacewhiz.com> wrote:
----- Original Message -----
From: Anthony Fairchild
Date: 9/25/2009 8:01 PM
My main goal is to implement a Lua VM where C is unavailable.  Right now my main areas of focus are browsers and XNA (for xbox community games).
Why can't you compile Lua as C code using the /clr switch?  It works for me...


I'm not sure that will work for Silverlight or XNA because /clr still accesses unmanaged c libraries underneath.  Have you been able to get it to work on Silverlight or XNA?