-
Has anyone successfully ran LuaLanes under NLua / .NET integration?
With my build of lanes, NLua is throwing an unhandled `AccessViolationException` on `require 'lanes'`.
Would be great to get this wo…
-
Hi,
I'm stuck when use NLua + KeraLua on Ubuntu.
I did not find the custom liblua52.so, source code of the custom lua is the same.
Any help please ?
-
I am using NLua for script interface with my application.
I want to send keyboard input from LUA language to my C# code.
I do this C# code.
```
using (Lua lua = new Lua())
{
lua.LoadCLRPackage();…
-
I'm about to use NLua with UnityEngine, and there are some questions:
1、How to get the lua stack trace when lua error, it's very hard to debug with it's default exception info
2、How to export m…
-
Hi,
can you give me some clue about how to run "testluaform_alt.lua", it gives me an exception err on line 59 : no such type : System.Drawing.Point. I have tested with .net 3.5 and .net 4.0
Thanks i…
-
This code should work, but won't:
``` lua
import("System.Windows.Forms")
form = Form()
form:ShowDialog()
```
DynamicLua does not call the method LoadCLRPackage() of NLua, therefore acessing or even …
-
When building a sandboxed Lua environment, it's important to be able to constrain the memory consumption of the environment. Currently, NLua does not provide any facility by which this can be impleme…
-
UTF-8 files with Byte-Order-Mark (http://en.wikipedia.org/wiki/Byte_order_mark) at the beginning (like the ones created by Visual Studio) produce parsing errors.
Workaround: Use another Editor like N…
-
Hi,
how can I define a hard-coded constant ?
for example, I want to define _VERSION which could be the current version of NLua (or the version of my application); so, when the user want to know the v…
-
Seems to happen when the ra shellmap has been playing for an extended amount of time.
```
Red Alert Mod at Version git-5f31fbb
Operating System: Windows (Microsoft Windows NT 6.2.9200.0)
Runtime Vers…