[gob-list] problems with BOXED property.

From: Pierre Gay <gay-pierre_at_wanadoo.fr>
Date: Wed, 05 May 2004 00:10:11 +0200

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?

Thank you in advance. Regards.

Pierre.
Received on Tue May 04 2004 - 22:09:52 CDT

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