<br><br><div class="gmail_quote">On 23 May 2010 00:56, Peter E Williams <span dir="ltr"><<a href="mailto:foss.game.pascal.developer@iinet.net.au">foss.game.pascal.developer@iinet.net.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi All,<br>
<br>
I am now getting an identifier not found error. In the error messages<br>
window, if I select Help the lazarus cannot find the local HTML help<br>
file. I cannot find my way around the lazarus website. :-(<br>
<br>
>file set_max.pas<br>
Uses<br>
main_island;<br>
<br>
{ set_max_form }<br>
<br>
procedure Tset_max_form.OK_buttonClick(Sender:<br>
TObject);<br>
begin<br>
> line 42<br>
CreateaNewIsland1Click(Sender);<br></blockquote><div><br></div><div>shouldn't this be main_island.CreateaNewIsland1Click(Sender); like below?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
//<br>
main_island.CreateaNewIsland1Click(Sender);<br>
end;<br>
<br>
Hint: Start of reading config file /etc/fpc.cfg<br>
Hint: End of reading config file /etc/fpc.cfg<br>
Free Pascal Compiler version 2.4.0-2 [2010/03/06] for i386<br>
Copyright (c) 1993-2009 by Florian Klaempfl<br>
Target OS: Linux for i386<br>
Compiling project1.pas<br>
Compiling set_max.pas<br>
set_max.pas(42,25) Error: Identifier not found "CreateaNewIsland1Click"<br>
set_max.pas(50) Fatal: There were 1 errors compiling module, stopping<br>
</blockquote></div><div><br></div><div>-V<br></div>