in my program windows os, there are these lines :
uses
Classes, SysUtils, Dialogs, Forms, Controls, Graphics, StdCtrls, Spin;
The program is ok in the compilation and i can execute it, but i can t create the execute file.
Error raised : Forms is unknown !
I have moved forms to the end of the line and it was ok once !
Classes, SysUtils, Dialogs, Controls, Graphics, StdCtrls, Spin, Forms;
but now, error raised Controls is unknown !
I don't understand if you have a idea ? line too short