[Gambas-user] Freezing with exported classes!
Jussi Lahtinen
jussi.lahtinen at ...626...
Wed Apr 13 21:13:40 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
On Wed, Apr 13, 2011 at 22:06, Jussi Lahtinen <jussi.lahtinen at ...626...>wrote:
> Hi!
> See attachment.
>
> Gambas 3 rev 3763 @ Ubuntu 10.10 64bit
> Jussi
>
>
More information about the User
mailing list