westner
westner
I did this already and it shows the memory leak but doesn't write a callstack to file. What have to be done to get a call stack in file which...
Now it works. Thanks. But why did I not need this in the past (old FastMM5)? Simple EnterDebugMode did the job? Other question: I need a deeper callstack / stacktrace...
And a second question: My DPR looks like: begin FastMM5.FastMM_EnterDebugMode; ReportMemoryLeaksOnShutdown := True; FastMM_LogToFileEvents := FastMM_LogToFileEvents + [mmetUnexpectedMemoryLeakSummary, mmetUnexpectedMemoryLeakDetail]; var l:=TStringlist.Create; Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; end. The memory leak of...