Lua .NET How to use the standard and third party libraries

Posted by Gopalakrishnan Subramani on Stack Overflow See other posts from Stack Overflow or by Gopalakrishnan Subramani
Published on 2010-03-23T05:46:19Z Indexed on 2010/03/23 5:53 UTC
Read the original article Hit count: 346

Filed under:
|
|
|

I am using Lua inside C# WinForms application for GUI automation testing. I want to use the logging library http://www.keplerproject.org/lualogging/

But I don't know where to copy those logging library files and other standard lua files so that I can use the standard lua logging within the lua scripts.

I see something like LUA_PATH but still I don't understand how to make the lua packing strcuture without installing it.

© Stack Overflow or respective owner

Related posts about lua

Related posts about .NET