lua-users home
lua-l archive

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


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/