[Lazarus] Project.pp

Mattias Gaertner nc-gaertnma at netcologne.de
Wed Apr 3 15:32:57 CEST 2024



On 03.04.24 15:28, Gabriele Cappelletto via lazarus wrote:
> 
> Il 03/04/24 15:26, Gabriele Cappelletto via lazarus ha scritto:
>>
>> HI,
>> I had a package that compiled well with Lazarus 2.2.4 (I used that 
>> one). Then I switched to 3.2 and it doesn't work anymore.
>> Exactly it stops because it cannot find the file contained in 
>> lazarus/ide/Project.pp. What package should I include? And why did it 
>> work fine in Lazarus 2.2.4 (and also 2.2.6)?
>>
>> exactly the uses is this
>>
>> uses
>>   Classi, SysUtils, Controlli , Forms, Dialogs,
>>   LazIDEIntf, ProjectIntf, FormEditingIntf, Project, ModeMatrixOpts;
>>
>>
>>
> 
> uses
>    Classes, SysUtils, Controls, Forms, Dialogs,
>    LazIDEIntf, ProjectIntf, FormEditingIntf, Project, ModeMatrixOpts;

Is this the uses section of one of your package units?
Does your package trying to access the IDE unit "project" directly 
instead of the ProjectIntf?

Mattias


More information about the lazarus mailing list