lua-users home
lua-l archive

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


Just search the keyword "C# use lua" or "C# with Lua", you could be able to find many solutions, and most of them use "luainterface" as Lua wrapper.
For example: http://www.godpatterns.com/2006/05/scripting-with-lua-in-c.html

So you just need to follow the code sample of LuaInterface, and could interpret the your Lua code.

------------------------------------------
blog: http://sunxiunan.com/
C++, Lua, living in Dalian
http://twitter.com/sagasw
------------------------------------------


On Sun, Jul 4, 2010 at 4:20 AM, <papa@engel-city.de> wrote:
Hi,

I found this mailing list in the internet and I have a question.

First at all: I am a absolut beginner with lua. I have no experiencewith it.

My problem is:

I want to interpert wherigo files. This files contains some objects (like jpg pictures, wave-files)
and a selection off Lua bytecode. I think there is descripted what to do with the objects.

Is anybody out here who can tell me, what I have to do to interpret this Lua bytecode on
windows mobile in .Net and C#?

Is a dll or a lib available?

Thnks for your help and please sorry my bad english.

Andreas