[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: basic tolua
- From: "John Belmonte" <jvb@...>
- Date: Tue, 27 Jun 2000 12:18:03 +0900
(Sorry for the noise, hit the send button by accident on the last message.
Continuing...)
From: "Waldemar Celes" <celes@tecgraf.puc-rio.br>
> You can implement a C creator and include it in the .pkg file:
>
> abc* create (void);
>
> For C++, it would be enough to write:
>
> var = abc:new ()
Can you think of a nice way for tolua to automatically provide structure
instantiation? Maybe it could treat structures as classes.
By the way, do you plan to release a new tolua together with Lua 4.0b or
will it be later?
Regards,
-John