luainterface
Getting a FileNotFoundException on lua51.dll when using LuaInterface on C# 4.0 but it's right there
I\'ve been using LuaInterface and Lua 5.1 in several C# applications that required scripting, most notably a few games, an IRC bot and a full IRC client that I\'ve recently decided to resume working o[详细]
2023-04-11 15:44 分类:问答Using LuaInterface with VB.net
I\'m trying to wire up Lua to my VB.net game I am making.Now, I\'ve read enough to know that I can wire each function up by开发者_JAVA技巧 itself like seen here:[详细]
2023-04-05 14:04 分类:问答How do I setup Wireshark to run Lua's CLRPackage
I\'m trying to setup Wireshark so that I can use the LuaInterface to use some of the classes in the .NET framework.I\'m able to get it working run开发者_如何学编程ning through the Lua command line, bu[详细]
2023-03-30 22:37 分类:问答Convert table to Byte array
I\'m trying to convert a Lua Table to a C# Byte array.I was able to get a conversion to a Double array to work as follows:[详细]
2023-03-30 19:22 分类:问答C# external library (Lua) call problem
I\'m new to programming in C# (VS2010) .Net (4.0) and I\'m encountering I couldn\'t solve by myself since some days already.[详细]
2023-03-23 17:33 分类:问答LuaInterface - how-to restrict access to .Net classes?
I\'m trying to embed some Lua scripting functionality in my C# app by using LuaInterface 2.0.3. This is working just fine so far, but I can\'t figure out how to restrict access to only few specified .[详细]
2023-03-09 16:37 分类:问答Lua / LuaInterface - How to access C# Attributes?
I have been looking for a way so that in Lua script I can access custom attributes for a class. I know that I can implement a normal C# method and in that method access the Attribute using normal Ref[详细]
2023-01-25 01:29 分类:问答Embedding LuaInterface in a C# application has slow performance?
I\'ve embedded the LuaInterface project into an application written in C# using .NET Framework 4.0. After compiling LuaInterface and Lua 5.1 I\'ve referenced them in my application and created a Lua V[详细]
2023-01-20 12:13 分类:问答Loading LuaInterface in .net4
I have a C# application I\'m working on with which I want to use the excellent LuaInterface. However when I run the application I get this exception when I try to do something with LuaInterface:[详细]
2023-01-18 16:35 分类:问答LuaInterface: add a table to the script scope
Question: how can I insert a table from C# into \'LuaInterface\' script scope using a C# object (preferably anonymous type)?[详细]
2023-01-02 23:36 分类:问答