-
would be nice to add this via nuget.
-
NLua iOS now couple with mono touch,
maybe a clean iOS runtime?
-
I've downloaded the NLua Win32 package, referenced the NLua.dll in my project, copied lua52.dll into my output folder and set x86 as target platform. However, trying to load any standard .Net assembly…
-
Hi
I made a site for the NLua project at ohloh.net (https://www.ohloh.net/p/NLua).
@megax
megax updated
11 years ago
-
how do i register a .net function that accepts variable args from lua and returns multiple values.
tried this but doesn't work.
c# code
``` c#
public object[] Method(params object[] parameters) {
}…
-
_For documentation purposes._
There are lots of ways to semi-automatically generate Lua bindings for your C++ code. It seems to be the CMS of the lua world. Everyone wrote one at some point.
- http:/…
-
For example:
> NLua is a fork of project NLua (from Fábio Mascarenhas/Craig Presti).
I'm pretty sure you meant to say "NLua is a fork of project LuaInterface". Since it's not a fork of itself.
Ther…
-
Hi
In NLua a bug was created after this commit: https://github.com/Schumix/NLua/commit/ea33713d819a9a2a682906f29d9fd13570ed67a7
I always does merging after x time, and with the current( i waited bec…
megax updated
11 years ago
-
Tried to build NLua on Windows 7 x64 with Visual Studio 2010 installed. Build is successful, but all tests fail.
This usually happens when compiling a x64 dll against a x86 one, or vice-versa. Maybe t…
-
This morning I've pulled down the latest mongoose source and updated my Debian Testing box. I've tried to build mongoose using the following command:
$ make unix
which fails with several warnings and…