[Lazarus] Error: Identifier not found "CreateaNewIsland1Click"

Vannus vannus at gmail.com
Sun May 23 04:11:03 CEST 2010


On 23 May 2010 00:56, Peter E Williams <
foss.game.pascal.developer at iinet.net.au> wrote:

> Hi All,
>
> I am now getting an identifier not found error. In the error messages
> window, if I select Help the lazarus cannot find the local HTML help
> file. I cannot find my way around the lazarus website. :-(
>
> >file set_max.pas
> Uses
> main_island;
>
> { set_max_form }
>
> procedure Tset_max_form.OK_buttonClick(Sender:
> TObject);
> begin
> > line 42
> CreateaNewIsland1Click(Sender);
>

shouldn't this be main_island.CreateaNewIsland1Click(Sender); like below?


> //
> main_island.CreateaNewIsland1Click(Sender);
> end;
>
> Hint: Start of reading config file /etc/fpc.cfg
> Hint: End of reading config file /etc/fpc.cfg
> Free Pascal Compiler version 2.4.0-2 [2010/03/06] for i386
> Copyright (c) 1993-2009 by Florian Klaempfl
> Target OS: Linux for i386
> Compiling project1.pas
> Compiling set_max.pas
> set_max.pas(42,25) Error: Identifier not found "CreateaNewIsland1Click"
> set_max.pas(50) Fatal: There were 1 errors compiling module, stopping
>

-V
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20100523/2be6cba8/attachment-0004.html>


More information about the Lazarus mailing list