uses
Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.res}
And this how the project was:
uses
Forms,
Unit1 in 'Unit1.pas' {Form} {$R *.res};
I spent on hour to find the well hidden culprit. I had a previous this kind of problems but I forgot about it. When do we ever learn?