Interesting note, I read somewhere that the memory manager is Delphi 2006 has been replaced with fastmm out of the box as its better. :o)
Nahum. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Kyley Harris > Sent: Wednesday, 30 November 2005 19:29 p.m. > To: NZ Borland Developers Group - Delphi List > Subject: Re: [DUG] app terminating abruptly > > add memcheck as the first unit in the project uses clause. > > make the first call > > memchk; > > before calling application... > > Thats all. > > if you have errors it will tell you. > > to be honest, I think any developer that is not using > memcheck, or fastmm in every single project is just opening > themselves up for errors > > > > > On Wed, 30 Nov 2005 17:55:26 +1300, Ross Levis > <[EMAIL PROTECTED]> > wrote: > > > Not yet. I haven't had time to work out how to use it yet. So far > > the HandleMessage in the DLL routine seems to have resolved > it, but if > > not then I'll try memcheck. > > > > ----- Original Message ----- > > From: "Kyley Harris" <[EMAIL PROTECTED]> > > To: "NZ Borland Developers Group - Delphi List" > <[email protected]> > > Sent: Wednesday, November 30, 2005 3:36 PM > > Subject: Re: [DUG] app terminating abruptly > > > > > > Have you run memcheck yet? > > > > _______________________________________________ > > Delphi mailing list > > [email protected] > > http://ns3.123.co.nz/mailman/listinfo/delphi > > > > -- > Kyley Harris > +64-21-671821 > _______________________________________________ > Delphi mailing list > [email protected] > http://ns3.123.co.nz/mailman/listinfo/delphi > _______________________________________________ Delphi mailing list [email protected] http://ns3.123.co.nz/mailman/listinfo/delphi
