[Gambas-devel] Problem of infinite loop on component making

Fabien Bodard sirfabien at ...176...
Tue Jun 13 23:27:42 CEST 2006


hi benoit

This code : 

GB_DESC CParticle[] =
{
  GB_DECLARE("Particle",sizeof(CARRAY)), GB_INHERITS("Array"),

  GB_END_DECLARE
};


Compile right but start an infinite loop on run... Don't worry my exact code 
is in fact :

GB_DESC CParticle[] =
{
  GB_DECLARE("Particle",sizeof(CARRAY)), GB_INHERITS("Object[]"),

  GB_END_DECLARE
};

Regards,

Fabien Bodard




More information about the Devel mailing list