[Gambas-user] BUG : Gambas Crash on Class property using
Muriel Bodard
abidoo.too at ...11...
Fri Dec 9 18:10:59 CET 2005
PUBLIC SUB tv_Activate()
DIM hClass AS Class
DIM Sym AS String
DIM o AS Object
DIM sClass AS String
o = hReport.Find(tv.Current.Key)
Sym = Object.Class(o)
hClass = Classes[sym]
PRINT hClass.Name
FOR EACH sym IN hClass.Symbols
IF hClass[sym].Kind = class.Property THEN
lv(sym, sym)
ENDIF
NEXT
This crash on two part :
Classes[sName]
and
hClasse[sSymbol]
Maybe a problem at the _get section ?
I can't report any stack result on this computer (i've not gdb)
But i'm sure you can reproduce it !
Can you Look at this for the next release... i need it for my report
designer... That use a component... and local classes.
I can use the .list and .info file too...
Nevertheless it's not a good trade image (i know gambas is free) to have class
that not work ;-)
Thank
Fabien
More information about the User
mailing list