[Qt-interest] *** glibc detected *** ./program: double free or corruption (out): 0x08c9c938 ***

miroslav miroslav at keytos.no
Wed Mar 25 10:30:09 CET 2009


xCoord, yCoord, zCoord are also GLfloat..

I don't get your point ("this syntax won't work anyway"). - the code I
attached is only to show the main definitions - of course I have all
this assignments in other files, classes.....etc

all what I want is to send from a MainWindow a signal that the plugin
should initiate the GLfloat values,...



On Wed, 2009-03-25 at 09:49 +0100, R. Reucher wrote:
> On Wed March 25 2009 08:34:22 miroslav wrote:
> > Plugin widget:
> > // Definition of slot (in *.h):
> >      public slots:
> >           void InitiateCoordinateValues();
> > //and the InitiateCoordinateValues() - (only setting values to GLfloat
> > variables)
> >      xCoord = 90.0f;
> >      yCoord = 90.0f;
> >      zCoord = 90.0f;
> Ignoring that this syntax won't work anyway (the assignments are not part of 
> the slot/function!)... how are xCoord, yCoord and zCoord declared?





More information about the Qt-interest-old mailing list