[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua-C++ Question
- From: TheGreat Guru <nikosbatsaras@...>
- Date: Sun, 24 Feb 2013 15:20:15 +0200
Hello all :) Just wondering if the is a way to bind c++ classes to lua
BUT with c++ inheritance support !
I mean if the is a way to write lua scripts and create objects of a
c++ subClass that can access the methods of baseClass.
What i am looking for is some link for a good tutorial OR some custom
code sample/s !
*IMPORTANT : I dont want to use a library like luaBind , toLua ,
LuaCpp or even SWIG . Just simple lua C API .
Thanks all !