[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to execute C/C++ code from Lua?
- From: Alex Queiroz <asandroq@...>
- Date: Fri, 1 Oct 2010 12:07:27 -0300
Hallo,
On Fri, Oct 1, 2010 at 12:02 PM, Abhijit Bhattacharya
<abhijitbh1979@gmail.com> wrote:
> Hi frnds,
>
> I am very new to Lua. So I am struggling to find how to run C /C++
> functions from Lua.
>
> Can I create a dll using VS2008 and run the functions of that dll from
> Lua? If so how.
>
You must read the documentation about the C API:
http://www.lua.org/pil/24.html
--
-alex
http://www.artisancoder.com/