[Gambas-user] component

Benoit Minisini gambas at ...1...
Thu Mar 3 12:02:04 CET 2005


On Wednesday 02 March 2005 19:11, Frank Berg wrote:
> ----- Original Message -----
> From: "Benoit Minisini" <gambas at ...1...>
> To: <gambas-user at lists.sourceforge.net>
> Sent: Wednesday, March 02, 2005 5:58 PM
> Subject: Re: [Gambas-user] component
>
> > On Wednesday 02 March 2005 17:53, Frank Berg wrote:
> > ...
> >
> > You didn't read me :-)
> >
> >> > Do you see any difference between the GB_DESC structure that describes
> >> > your
> >> > ax25 class and a similar class in gb.net ?
> >
> > You must declare the two following static properties in your ax25 class:
> > "_Properties" and "_DefaultEvent". Look at the CSocket.c class in the
> > gb.net
> > component.
> >
> > Regards,
>
> 1.) i was declare the 2 properties
>
> GB_CONSTANT("_Properties", "s", "Dummy"),
> GB_CONSTANT("_DefaultEvent", "s", "Read"),
>
> new errors after compilation, plus same errors as in my mail before

I am not a soothsayer :-) Which errors ???

>
> 2.) i was insert an property and an event to..
>
> DECLARE_EVENT (AX25_Read);  (i was try DECLARE_EVENT (Read); to )
>
> BEGIN_PROPERTY (AX25_Dummy)    (i was try DECLARE_EVENT (Dummy) to )
> // dummy test
> END_PROPERTY
>
> same error as in 1.)

Which error ?

>
>
> whats now???
> frank
>

You should post on the developmenet mailing-list for questions about 
development...

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list