<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
On 05/22/2010 02:33 PM, Vannus wrote:
<blockquote
cite="mid:AANLkTimCdjK_mPhM8rjEJhnlaI1M7KPFKWIyYRW0Tiel@mail.gmail.com"
type="cite">
<div> </div>
<div class="gmail_quote">
<blockquote class="gmail_quote"
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">uses<br>
Forms,<br>
Unit1 in 'set_max.pas' {Form1},<br>
Unit2 in 'main_island.pas' {Form2}; <-- semi colon<br>
<font color="#888888"><br>
</font></blockquote>
</div>
<div><br>
</div>
<div>???<br>
</div>
<div><br>
</div>
<div>wheres 'program' ?</div>
<div><br>
</div>
<div>where 'begin' & 'end' and the coide in between ?</div>
<div><br>
</div>
<div>at the minimum there needs to be:-</div>
<div><br>
</div>
<div>program hello;<br>
begin<br>
// do something ie:- writeln('Hello');<br>
end.<br>
</div>
<div><br>
</div>
<div>which is usually in proect1.lpr or project1.pas and rarely (if
ever) in unit1.pas or unit2.pas</div>
<div><br>
</div>
<div>HTH,</div>
<div>- V</div>
<br>
</blockquote>
HTH who? Me or the OP ;)<br>
<br>
The minimum that you have mentioned is already included in the OP's
program file, but his uses clause is improperly terminated.<br>
<br>
HTH<br>
</body>
</html>