<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>HI,<br>
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.<br>
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)?</p>
<p>exactly the uses is this</p>
<p><font style="vertical-align: inherit;"><font
style="vertical-align: inherit;">uses </font></font><br>
<font style="vertical-align: inherit;"><font
style="vertical-align: inherit;"> Classi, SysUtils,
Controlli , Forms, Dialogs, </font></font><br>
<font style="vertical-align: inherit;"><font
style="vertical-align: inherit;"> LazIDEIntf, ProjectIntf,
FormEditingIntf, Project, ModeMatrixOpts;</font></font></p>
<p></p>
<p><br>
</p>
</body>
</html>