On Sat, 05 May 2012, Benoît Minisini wrote:
> Le 04/05/2012 21:59, tobi a écrit :
> > On Tue, 01 May 2012, tobi wrote:
> >>>
> >>> Hu hu. It should be possible to override any class, but please provide a
> >>> project so that I can debug!
> >>>
> >>> --
> >>> Benoît Minisini
> >>>
> >>> ---
Le 04/05/2012 21:59, tobi a écrit :
> On Tue, 01 May 2012, tobi wrote:
>>>
>>> Hu hu. It should be possible to override any class, but please provide a
>>> project so that I can debug!
>>>
>>> --
>>> Benoît Minisini
>>>
>>> ---
On Tue, 01 May 2012, tobi wrote:
> >
> > Hu hu. It should be possible to override any class, but please provide a
> > project so that I can debug!
> >
> > --
> > Benoît Minisini
> >
> > --
> > Live Security Virtual Con
On Tue, 01 May 2012, Benoît Minisini wrote:
> Le 01/05/2012 10:47, tobi a écrit :
> > On Tue, 01 May 2012, tobi wrote:
> >> Hi,
> >>
> >> I promptly get a segfault when I try to create an instance of my extended
> >> Variant[]:
> >>
> >> .src/Variant[].class
> >> --8<-
> >> ' Gambas class
Le 01/05/2012 10:47, tobi a écrit :
> On Tue, 01 May 2012, tobi wrote:
>> Hi,
>>
>> I promptly get a segfault when I try to create an instance of my extended
>> Variant[]:
>>
>> .src/Variant[].class
>> --8<-
>> ' Gambas class file
>>
>> Export
>>
>> Public Sub _compare(hV As Variant[]) As
On Tue, 01 May 2012, tobi wrote:
> Hi,
>
> I promptly get a segfault when I try to create an instance of my extended
> Variant[]:
>
> .src/Variant[].class
> --8<-
> ' Gambas class file
>
> Export
>
> Public Sub _compare(hV As Variant[]) As Integer
> Return 0
> End
> --8<-
>
Hi,
I promptly get a segfault when I try to create an instance of my extended
Variant[]:
.src/Variant[].class
--8<-
' Gambas class file
Export
Public Sub _compare(hV As Variant[]) As Integer
Return 0
End
--8<-
.src/MMain.module
--8<-
' Gambas module file
Public Sub