lua-users home
lua-l archive

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


When I try to use tolua on something like

typedef struct vec_
{
    double coord[3];
} vector;

I get a parse error on double coord[3].
I tried a whole bunch of things with the source code
to no avail and finally gave up. Can somebody please
help me out with this ?

Thanks in advance. 

-- 
supratik