[Gambas-user] Freezing with exported classes!

Benoît Minisini gambas at ...1...
Thu Apr 14 01:38:14 CEST 2011


> CSymbolInfo > GetSignature
> 
>     Do
> 
>       If Not hClass.Parent Then Break  *<--- Happens here! For some reason
> .Parent gets name of class, don't understand why...
> *
>       hClass = CComponent.GetClassDescription(hClass.ParentComponent &/
> hClass.Parent)
>       'hClass = CComponent.Classes[hClass.ParentComponent &/ hClass.Parent]
>       hSym = hClass.Symbols["_new"]
>       If hSym Then sSign = MergeSignature(sSign,
> hClass.Symbols["_new"].GetNativeSignature())
>     Loop
> 
> 
> Jussi
> 

It should be fixed in revision #3764.

Regards,

-- 
Benoît Minisini




More information about the User mailing list