lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2008/12/23 Giuseppe Luigi Punzi <glpunzi@lordzealon.com>:
> I'm testing a development platform, and I would like to test Lua as
> interface from scripting some things.
>
> I don't have the possibility to compile with Lua headers and so on, and, I
> would like to know, how to execute Lua scripts, using DLL instead lua.exe.
>
> Some links to documentation would be appreciated (all the docs I see, embbed
> Lua using lua headers from C programs)
>
> Thanks you very much, and I hope I explained well my question. (sorry for my
> english)

What can you do with your development platform if you cannot compile C
code and cannot execute precompiled lua.exe file ? How can you access
a DLL otherwise ?