NLua / NLua

Bridge between Lua and the .NET.
http://nlua.org
MIT License
2.05k stars 309 forks source link

lua52.dll question #104

Closed stenya closed 10 years ago

stenya commented 10 years ago

Hi,

one stupid question from my side:

I have downloaded projects for NLua, KopiLua, KeraLua. Now I can to compile all of this projects.

But! I did not find lua52.dll. Where I can find latest version of this DLL?

As I understand, KeraLua is using a specific version of lua.dll and I can not use 'official' lua.dll (from lua.org). Correct?

viniciusjarina commented 10 years ago

Hi @stenya

Did you tried the README download links ? (right next the build status)

Also KeraLua uses NLua/lua which is the 'official' lua with a few functions added to make the integration with the CLR. (lnet.cpp)

There is no lua.dll from lua.org the provide the source code, if you take a look at NLua/lua you will see is the same code.

Home this helps ;) Thanks