Re: Implementing LUA in VB.Net
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Implementing LUA in VB.Net
- From: "Thomas Wieczorek" <wieczo.yo@...>
- Date: 2006年11月28日 17:50:08 +0100
Great, thank you.
It works. I found a C# shard example and ported it to VB.Net
2006年11月28日, Mark Edgar <medgar@student.gc.maricopa.edu>:
Thomas Wieczorek wrote:
> I have seen some implementation of LUA in C# and in C++, but I haven't
> seen any implementations of LUA in VB.Net applications.
> Is it possible? Can you please point me please to some projects which
> use it?
You should be able to use LuaInterface from any .NET language.
-Mark