[lazarus] Custom LCL components still bugging me

Tony Maro tony at maro.net
Thu Nov 14 12:27:38 EST 2002


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?

Thanks,
Tony






More information about the Lazarus mailing list