I tried one project with kylix. The Kylix Q library dll that borland wrote for the windows app was sooooo bad that I simply gave up on it completely. Yes. Errors everywhere, left right and centre, I didn't even need to run memcheck, which may not identify dll issues. The fact that I was getting abnormal corruption and my gui controls never rendered properly told me everything I needed to know about that pile of excrement.

Kylix under linux was ok, but the cross platform thing was a big pile..



On Wed, 30 Nov 2005 20:08:15 +1300, Todd Martin <[EMAIL PROTECTED]> wrote:

Kyley

Have you ever tried memcheck with QForms. There are tiny memory leaks all over the place.

Todd.


----- Original Message ----- From: "Kyley Harris" <[EMAIL PROTECTED]>
To: "NZ Borland Developers Group - Delphi List" <[email protected]>
Sent: Wednesday, November 30, 2005 7:28 PM
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



-- No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.10/188 - Release Date: 29/11/2005


_______________________________________________
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

Reply via email to