farshadmohajeri / extpascal

Automatically exported from code.google.com/p/extpascal
49 stars 28 forks source link

Compilation error when compiling MultiSelect Example from extp_tk #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

ExtPascal seem to be a very interesting technic, but I've run
into to a compilation error with the MultiSelect Example.

Error message:
C:\Projekt\Lazarus\ExtPascal\ExtPascal-0.9.7.1\Ext.pas(1882,14) Fatal: 
Syntax error, "identifier" expected but "(" found

at:
1878      TExtCompositeElement = class(TExtCompositeElementLite)
1879      public
1880        function JSClassName : string; override;
1881        {$IFDEF FPC}constructor AddTo(List : TExtObjectList);{$ENDIF}
1882 -->    function (Fn : TExtFunction; Scope : TExtObject = nil) : 
TExtFunction;
  end;

What to do?

Regards
stab

Original issue reported on code.google.com by Staffan....@lm.se on 20 Feb 2010 at 4:47

GoogleCodeExporter commented 9 years ago
Please use the SVN version, for now. The 0.9.7.1 is deprecated. 

Original comment by wanderla...@gmail.com on 23 Feb 2010 at 1:25

GoogleCodeExporter commented 9 years ago

Original comment by wanderla...@gmail.com on 18 May 2010 at 7:54

GoogleCodeExporter commented 9 years ago
Hi stab,

The SVN address:

http://extpascal.googlecode.com/svn/trunk

Btw, you can find the address here:

http://code.google.com/p/extpascal/source/checkout

Regards.

Original comment by mophy...@gmail.com on 19 May 2010 at 3:23