Re: [Gambas-user] Why I meet "illegal instruction" ?

2009-08-08 Thread Benoît Minisini
> My Dear, > I'm a fortune teller, writing a predict fortune program. > > dim gan as TienGan 'TienGan is a Class > dim dx as ShiXing 'ShiXing is a Class > dim fd as FlowData 'FlowData is a Class, it have defined many constant. > > gan = new TienGan(3, fd) > dx = new ShiXing(gan.GetVal

[Gambas-user] Why I meet "illegal instruction" ?

2009-08-07 Thread Swee Kwang Tan
My Dear, I'm a fortune teller, writing a predict fortune program. dim gan as TienGan 'TienGan is a Class dim dx as ShiXing       'ShiXing is a Class dim fd as FlowData     'FlowData is a Class, it have defined many constant. gan = new TienGan(3, fd) dx = new ShiXing(gan.GetValue(), fd) why "