Re: FastMM Install



I want to make some memory test using FastMM.
I download the 478 version file but I can't find any instructation on basic setups.
What files I have to replace with what files? Where and what files need to be on what delphi's directory?
I'm using Rad 2007

You do not need to replace any files. Just put FastMM4 in the first line of uses clause in your .dpr file. Make sure your project search path include the FastMM 4.78 source:

e.g.:

uses
FastMM4,
Forms,
...

begin
Application.Initialize;
...
end.


--
Best regards,
Chau Chee Yang

E Stream Software Sdn Bhd
URL: www.sql.com.my
SQL Financial Accounting
.



Relevant Pages

  • Re: Deatailed steps & instructions to use FastMM to find memory leaks
    ... find & analyse memory leaks ... Download the latest version of FastMM4 from sourceforge, add it to your project, read the docs that come with it, and change FastMM4.inc as needed. ...
    (borland.public.delphi.language.basm)
  • How to use FastCode ?
    ... I have started using MadExcept and FastMM4. ... Is there some .pas files to download and to include in my .dpr file? ... or do I need to include theses files in all my uses sections? ...
    (borland.public.delphi.language.basm)
  • Re: Using FastMM debug features in Delphi 2007
    ... The default MM in D2006/7 is FastMM4, ... If you want to use memleak checking etc. then you have to ... download the full FastMM4 ... Dennis Kjaer Christensen ...
    (borland.public.delphi.language.basm)
  • Re: Using FastMM debug features in Delphi 2007
    ... The default MM in D2006/7 is FastMM4, but without the debugging features. ... you want to use memleak checking etc. then you have to download the full ...
    (borland.public.delphi.language.basm)