[Gambas-user] Signal #6

Reinhard Ohm reinhardohm at ...1389...
Sat Mar 4 17:18:32 CET 2006


Am Samstag, 4. März 2006 16:55 schrieb Benoit Minisini:
> On Saturday 04 March 2006 16:15, Reinhard Ohm wrote:
> > Am Samstag, 4. März 2006 15:54 schrieb Benoit Minisini:
> > > On Saturday 04 March 2006 15:34, Reinhard Ohm wrote:
> > > > Hello,
> > > >
> > > > I gets an error message during execution of the following code Isn't
> > > > that possible?
> > > >
> > > > "QPaintDevice: Must construct a QApplication before a QPaintDevice"
> > > >
> > > >
> > > > ' Gambas module file
> > > >
> > > > PUBLIC myForm AS NEW Form AS "myForm"
> > > >
> > > >
> > > > PUBLIC SUB Main()
> > > >
> > > >     myForm.Show
> > > >
> > > > END
> > > >
> > > >
> > > > PUBLIC SUB myForm_Open()
> > > >
> > > >   WITH myForm
> > > >   .Height = 300
> > > >   .Width = 400
> > > >   END WITH
> > > >
> > > > END
> > > >
> > > >
> > > > Gambas2 1.9.26
> > > >
> > > > Gruß
> > > > Me
> > >
> > > Can you try this patch? Put it in the './src/main/gbx' directory.
> > >
> > > Regards,
> >
> > yes , bud :)
> >
> > gbx.c:74: undefined reference to `MATH_init'  :(
> >
> > Gruß
> >
> > Reinhard
>
> oops, sorry. Just remove the offending line.
>
> Regards,

yeess suppi :)




More information about the User mailing list