: ~
: ~
: I am reciving an error (cannot run a unit)when i run any unit.
: ~
: ~
: please help me
: ~
: ~
:
Based on the error your you try to run a unit instead of a program. Try calling a unit from a program like this:
program MyProg;
uses
MyUnit;
begin
MyFunction;
end.