lua-users home
lua-l archive

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


2011/4/7 Timothée VERROUIL <dreamothee@hotmail.com>:
> I'm trying to wrap C++ object.
> Currently, I can call C++ constructors, destructors and methods on object
> but I can't call attributes in lua like : myObject.myAttribute (can't call
> the get or the set)

What error do you get ?