Recent

Author Topic: Problem installing LazProfiler  (Read 202 times)

peter.dell

  • New Member
  • *
  • Posts: 21
Problem installing LazProfiler
« on: October 12, 2025, 10:57:22 pm »
Hello,

I'm trying to get https://wiki.freepascal.org/LazProfiler working in my Lazarus IDE 4.2 installation on Windows 11/x86_64.
I've downloaded the epiktimer, lazprofiler (0.3.0) and lclextensions packages.

Building them fails with
"LazProfilerWindow.pas(373,18) Error: Identifier not found "TVirtualStringTree""

procedure TLazProfilerForm.VSTResize(Sender: TObject);
var
  i, lSize, lMaxSize, lMinSize, lCalcSize: Integer;
begin
  with Sender as TVirtualStringTree do begin     

in C:\Users\JAC\AppData\Local\lazarus\onlinepackagemanager\packages\lazprofiler\LazProfilerWindow.pas

I checked and found it compiles when I change TVirtualStringTree to TLazVirtualStringTree. Maybe that is a change in recent LAZ versions?

But then, the IDE reports an error after recompilation and it is unusable.
Also, the new menu entry for configuring the profiler is available, but the IDE does not function properly.

See attached screen shot.

Any help is highly appreciated.

Kind regards, Peter.
« Last Edit: October 12, 2025, 10:59:21 pm by peter.dell »

 

TinyPortal © 2005-2018