lua-users home
lua-l archive

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


Sivan Thiruvengadam wrote:
Hi,

class CLObject {
public:

// Constants
static const char className[];
static Luna< CLObject >::RegType methods[];
..
*int GetType(lua_State *L);//(unsigned char&cType);*
*int GetListofNumbers(lua_State *L);*


Please show your CLObject::methods[] array. Is GetType defined there?