> 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 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
