Hi Everyone: Is it me, or does the below typedef not parse with tolua 3.0b? (It chokes on the filename[64] field.) typedef struct { short vRefNum; short refNum; unsigned char filename[64]; unsigned char path[256]; }file_info; david