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

Benoît Minisini gambas at ...1...
Sat Aug 8 13:16:35 CEST 2009


> 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 " dx = new ..." this line wrong ? gambas said "illegal instruction" .
> Thank you
>
>

This is usually a bug in Gambas, but I need your full project and a way to 
reproduce the "Illegal instruction" error. Otherwise I can't fix it!

Regards,

-- 
Benoît




More information about the User mailing list