Re: [DUG] memory leak tools

2008-07-30 Thread Kyley Harris
compile in FastMM Memory manager into your program.. Debug mode catches everything.. release mode speeds it up. On Wed, Jul 30, 2008 at 5:40 PM, Richard Bullin [EMAIL PROTECTED] wrote: Heres another one called denomo http://www.kbasm.com/denomo.html Havnt had a good play with it yet but it

[DUG] OO Programming - of architects and engineers

2008-07-30 Thread Gary T. Benner
[Reply] HI all, At 18:33 on 30/07/2008 Todd wrote Well I would say a Software Architect must be an order of magnitude higher than a Software Engineer, given the lowly status of engineering in NZ. Having worked in an office of Professional Engineers Architects, they would both relunctantly

Re: [DUG] OO Programming - of architects and engineers

2008-07-30 Thread Berend de Boer
Gary == Gary T Benner [EMAIL PROTECTED] writes: Gary Like funeral directors, who need no formal qualifications, Gary anyone can buy a copy of Delphi, VS, or whatever, and call Gary themselves a software developer, software engineer, or Gary software architect ( if they add a

Re: [DUG] OO Programming - of architects and engineers

2008-07-30 Thread Gary T. Benner
[Reply] HI Berend, At 07:43 on 31/07/2008 you wrote To : delphi@delphi.org.nz I agree to the point regarding the example of the Medical profession, where it is totally dominated by the Pharmaceutical industry as well - but at least someone calling themselves an MD for the most is found to

Re: [DUG] memory leak tools

2008-07-30 Thread Robert martin
Hi I just tried the ReportMemoryLeaksOnShutdown := true; thing and it didn't report any errors for me (I put a button on that created a TStringList without freeing it it). Any ideas what I am doing wrong? Apparently FastMM is the default for Delphi 2007. Where do I configure debug / release

Re: [DUG] memory leak tools

2008-07-30 Thread Robert martin
Hi Just made a brand new application and it works fine. Any ideas what might be wrong with my main app (ReportMemoryLeaksOnShutdown is not getting set false anywhere). Robert martin wrote: Hi I just tried the ReportMemoryLeaksOnShutdown := true; thing and it didn't report any errors

Re: [DUG] memory leak tools - found my problem

2008-07-30 Thread Robert martin
Hi I had Sharemem in my app. I needed to Change this to SimpleShareMem. Unfortunately we have a large number of Dlls in the wild so until they can all be changed this might be a temporary measure. Ta Rob Robert martin wrote: Hi Just made a brand new application and it works fine. Any

Re: [DUG] memory leak tools - found my problem

2008-07-30 Thread Alister Christie
Sometimes there is something to be said for monolithic .exe's ;-) Alister Christie Computers for People Ph: 04 471 1849 Fax: 04 471 1266 http://www.salespartner.co.nz PO Box 13085 Johnsonville Wellington Robert martin wrote: Hi I had Sharemem in my app. I needed to Change this to

Re: [DUG] memory leak tools - found my problem

2008-07-30 Thread Willie Juson
Yep, next weekend should be OK. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alister Christie Sent: Thursday, 31 July 2008 11:56 a.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] memory leak tools - found my problem Sometimes there

Re: [DUG] memory leak tools - found my problem

2008-07-30 Thread Conor Boyd
Glad to hear it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Willie Juson Sent: Thursday, 31 July 2008 2:37 p.m. To: 'NZ Borland Developers Group - Delphi List' Subject: Re: [DUG] memory leak tools - found my problem Yep, next weekend should be OK.

Re: [DUG] memory leak tools - found my problem

2008-07-30 Thread Willie Juson
M, sorry people, totally the wrong message was replyed to is it home time yet?? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Conor Boyd Sent: Thursday, 31 July 2008 2:48 p.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG]