lua-users home
lua-l archive

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


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 !