[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Antwort: Re: VM for lua bytecode on windows mobile .Net and C#
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 12 Jul 2010 18:35:38 -0300
> I have tested to interpret my lua-bytecode directly with
>
> Lua lua = new Lua();
> lua.DoFile("lua_Bytecode.lbc");
>
> But it doesn't works.
> It seems the Lua interface ist searching for a file names
> "E:/webtempfiles/ea26708a-aa85-4b45-acd7-3519bbc9c253/Der verschwundene
> Geocacher-new.enc"
I ran your file in the standard interpreter and I got an error from require,
saying that the Wherigo module was not found. What error message do you get?