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



On Wed, Apr 13, 2011 at 22:06, Jussi Lahtinen <jussi.lahti...@gmail.com>wrote:

> Hi!
> See attachment.
>
> Gambas 3 rev 3763 @ Ubuntu 10.10 64bit
> Jussi
>
>
------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to