Re: [Gambas-user] Segfault when overriding Variant[]

2012-05-05 Thread tobi
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 > >>> > >>> ---

Re: [Gambas-user] Segfault when overriding Variant[]

2012-05-04 Thread 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 >>> >>> ---

Re: [Gambas-user] Segfault when overriding Variant[]

2012-05-04 Thread tobi
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

Re: [Gambas-user] Segfault when overriding Variant[]

2012-05-01 Thread tobi
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

Re: [Gambas-user] Segfault when overriding Variant[]

2012-05-01 Thread Benoît Minisini
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

Re: [Gambas-user] Segfault when overriding Variant[]

2012-05-01 Thread tobi
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<- >

[Gambas-user] Segfault when overriding Variant[]

2012-05-01 Thread tobi
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