Re: FastMM Install
- From: Chau Chee Yang <ccy@xxxxxxxxxx>
- Date: Mon, 31 Dec 2007 17:55:09 +0800
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
.
- References:
- FastMM Install
- From: Hershcu S
- FastMM Install
- Prev by Date: Re: How to patch overload function/method?
- Next by Date: Re: How to patch overload function/method?
- Previous by thread: FastMM Install
- Index(es):
Relevant Pages
|