-
Hi,
I tried to run autogen.sh on my Ubuntu laptop, resulting in this error:
```
config.status: error: cannot find input file: `Core/KopiLua/KopiLua/kopilua.pc.in'
```
configure file is created and r…
-
I'm hoping this is a simple issue and that I've just been out of Visual Studio for too long to see the cause. I wrote a program using LuaInterface about seven years ago that's held up quite well, but…
3vi1 updated
10 years ago
-
The program throws this exception every time I try to run ConsoleTest in the NLua.Net40 solution.
![capture](https://f.cloud.github.com/assets/1323271/1749316/767886a4-650a-11e3-8b18-4e798c0f4f25.PNG…
-
I'm trying to follow the design in _NLuaSample_ to expose a _Scriptable_ class in my application to my Lua code. I've created the class with:
```
namespace NLuaSample
{
public class Scriptable : …
-
Hi,
I have compiled all with success (Windows 7) target X86, I have placed lua52.dll (5.2.2) in the directory but when I runs ConsoleTest.exe, I get the following error message :
![2013-10-23_232339…
-
I have been creating a VS plugin using NLua, but need to access com objects from Visual Studio (EnvDTE stuffs).
Would be aweseome if dot operators could just work like normal lua code for com objects…
-
I added the NuGet package to my XNA project in VS 2010 Pro, but when I ran it it threw the following exception:
```
Unable to load DLL ‘lua52′: The specified module could not be found
```
I tried ad…
-
I'm trying to use NLua inside a Visual Studio extension and it requires those dlls to be signed. Would be great to have both signed and unsigned version of dll files.
-
how do I get the .NET type after calling luanet.import_type
``` lua
local ITextDocument = luanet.import_type "Microsoft.VisualStudio.Text.ITextDocument"
local typeOfITextDocument = ???
```
I did no…
-
When i use "luanet.load_assembly "System.Drawing";", then get the error.
the error info is:
A .NET exception occured in user-code
I try to load_assembly something else lick System, System.IO, System.…