Re: Using LUA directly from the DLL
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Using LUA directly from the DLL
- From: "Jerome Vuarand" <jerome.vuarand@...>
- Date: 2008年12月23日 10:34:17 +0100
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 ?