Re: [gob-list] problems with BOXED property.

From: Pierre Gay <gay-pierre_at_wanadoo.fr>
Date: Wed, 05 May 2004 21:56:23 +0200

Le mer 05/05/2004 à 07:38, George a écrit :
> On Wed, May 05, 2004 at 12:10:11AM +0200, Pierre Gay wrote:
> > Hello,
> >
> > I'm using gob2 and I try to use a BOXED property like this:
> >
> > private PackageBoxed *prop;
> > property BOXED prop
> > (nick="prop",
> > blurb="prop",
> > boxed_type=Package:Boxed,
> > link
> > );
> >
> > I encounter a compilation problem because gob produces C code
> > (___object_set_property ()) for the property setter with "Package:Boxed"
> > instead of "PackageBoxed" which of course is not recognized by gcc :)
> >
> > Did I do something wrong? Can you help me?
>
> Sorry, a bug in gob! DOH! The old semantics was to use PACKAGE_TYPE_BOXED
> instead of Package:Boxed in 2.0.0 and earlier, but that was inconsistent.
> Using PACKAGE_TYPE_BOXED there should just still work (and will also work in
> the future). I fixed this in CVS and will make a new version of gob
> available to fix this.
>
> George

Thank you very much.

It's very kind to solve this problem so fast.

thanks again.

Pierre
Received on Wed May 05 2004 - 19:56:03 CDT

This archive was generated by hypermail 2.2.0 : Sun Apr 17 2011 - 21:05:02 CDT