Hi, I have a problem with a component that worked well until Lazarus 2.2.4 (the one I used first), then I switched to Lazarus 3.2 but it no longer compiles it for me, stopping in this line
uses
Classes, SysUtils, Controls, Forms, Dialogs,
LazIDEIntf, ProjectIntf, FormEditingIntf, Project, ModeMatrixOpts,
I solved ModeMatrixopts, but I can't make the Project unit work which should be the one present in lazarus/ide/
I don't understand what path I should include.
Thank you.