[lazarus] Custom LCL components still bugging me
Mattias Gaertner
nc-gaertnma at netcologne.de
Thu Nov 14 12:42:02 EST 2002
On 14 Nov 2002 11:37:09 -0600
Tony Maro <tony at maro.net> wrote:
> On Thu, 2002-11-14 at 11:24, Mattias Gaertner wrote:
> > On 14 Nov 2002 11:25:55 -0500
> > andrew johnson <acjgenius at earthlink.net> wrote:
> >
> > > well.. first things first.. realocmem can have unpredictable results
> > > on an uninitialized block.. since this is uninitialized it might be
> > > contributing to the problem. You should instead init it with
> > > SoundFiles:= nil;
> >
> > TObject properties are auto initialized before the constructor is
> > called.
> >
> > I replayed Tony's description and found a bug in the find declaration.
> > This bug might also be the one, that Danie described (OI events).
>
> I thought since that was simply a pointer anyway that I shouldn't need
> to worry about it. But, I tried Andrew's suggestion anyway and it
> didn't make a difference.
>
> Does this mean you fixed it in CVS?
Yes.
Does it solve your problem?
Mattias
More information about the Lazarus
mailing list