lua-users home
lua-l archive

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


> On Mon, Jun 11, 2012 at 12:37 PM, Alexander Gladysh <[email protected]> wrote:
>> Alternatively, is there a Lua binding to Mono for OS X?

> LuaInterface has been ported to Mono (see reference [1], points to a
> Japanese site)

> steve d.

> [1] http://www.mono-project.com/Software


Tried  LuaInterface  from  the  link above, but  it  uses  luanet.dll,
which is built from code, that utilizes windows.h.

So I wonder is it somehow possible to rebuild such code under Mac OS X?

Vlad Fedin