-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
Hallo,
I have a simple FMX-projecz (Win32) and try to use FastMM5 but it doesn't report leaks. Under VCL all works fine.
What's wronmg here?
program Project1;
uses
FastMM5,
Classes,
FMX.Forms,
FMX.Types,
;
{$R *.res}
begin
FastMM5.FastMM_EnterDebugMode;
var l:=TStringlist.Create;
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
Metadata
Metadata
Assignees
Labels
No labels