Thema: Delphi verwendung von FastMM4

Einzelnen Beitrag anzeigen

Berni68

Registriert seit: 9. Jan 2006
Ort: Villingen
162 Beiträge
 
Delphi XE5 Professional
 
#1

verwendung von FastMM4

  Alt 16. Feb 2010, 19:08
Hallo,

warum bekomme ich keine Meldung von FastMM4 bei folgendem Programm:
Delphi-Quellcode:
program xxx;
uses
  FastMM4, classes,
  Forms,
  xxUnit in 'xxUnit.pas'
{$R *.RES}
var
  test: TStrings;
begin
  ReportMemoryLeaksOnShutdown:= True;
  test:= TStringList.Create;
  Application.Initialize;
  Application.CreateForm(Txx, xx);
  Application.Run;
end.
Ich habe FastMM4 runtergeladen und als erte Unit eingebunden. Jetzt sollte doch test angemeckert werden oder?
Bernhard
  Mit Zitat antworten Zitat