1 Jun 1999 17:12
Re: tolua limitation!!
Supratik Champati <champati <at> sofy.com>
1999-06-01 15:12:19 GMT
1999-06-01 15:12:19 GMT
Thanks for your response.
I tried what you suggested and get the same error.
struct vector
{
double coord[3];
};
Error Message generated -
** tolua: parse error.
Code being processed:
double coord[3];
I am using the latest version 3.0 beta.
I have compiled on IRIX6.3 and HPUX-10.2.
Thanx.
Waldemar Celes wrote:
>
> > 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].
(Continue reading)
, I strongly prefer perl; it's so richly expressive,
there are so many high-level extensions available from CPAN, I can do so many
interesting chores with a minimum of code.
But I wouldn't want to e.g. fire up a perl for every local delivery of an
email message, whereas doing that with a Lua seems practical to me.
RSS Feed