> 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

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to