farshadmohajeri / extpascal

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

Identifier Spected #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
# What steps will reproduce the problem?
I can not run the examples yet i have the new error in Unit ExtGlobal:

Indentifier expected but ')'Found

Is in this code line:
function Invoke(Arr : TExtObjectList; MethodName : string; Args : ) : 
TExtFunction; overload;

# What version of the product are you using? On what operating system?

- ExtPascal: ExtPascal-0.9.6
- ExtJS: ext-3.2.0
- Compiler: Delphi 7.0 build 4.453
- OSes:Windows XP service pack 3-

Thank you From Villaflores, Chiapas ,Mexico

Original issue reported on code.google.com by delphiic...@gmail.com on 14 Apr 2010 at 12:16

GoogleCodeExporter commented 9 years ago
Please use last SVN version. 
0.9.6 is no longer supported.

Original comment by wanderla...@gmail.com on 14 Apr 2010 at 11:29

GoogleCodeExporter commented 9 years ago
What does it means SVN Files?, i downloaded 0.9.5 and examples still do not 
works,
raises the same error code.

i'm Using  next versions:

- ExtJS: ext-3.2.0
- Compiler: Delphi 7.0 build 4.453
- OSes:Windows XP service pack 3-

Original comment by delphiic...@gmail.com on 14 Apr 2010 at 2:07

GoogleCodeExporter commented 9 years ago
What does it means SVN Files?, i downloaded 0.9.5 and examples still do not 
works,
raises the same error code.

i'm Using  next versions:

- ExtJS: ext-3.2.0
- Compiler: Delphi 7.0 build 4.453
- OSes:Windows XP service pack 3-

Original comment by delphiic...@gmail.com on 14 Apr 2010 at 2:09

GoogleCodeExporter commented 9 years ago
Download a copy of svn.exe from the web (do a Google search to find it) and put 
the
svn.exe on your PATH.

Go to web page:
http://code.google.com/p/extpascal/source/checkout 

which tells you to open a DOS window and execute the command:
svn checkout http://extpascal.googlecode.com/svn/trunk/ mydirectory

to download and extract the SVN to "mydirectory". This is the updated extPascal
source files.

Brent

Original comment by bdgri...@mailbolt.com on 14 Apr 2010 at 2:31

GoogleCodeExporter commented 9 years ago
Tanx man i downloaded SmartSVN by SVNKIT.Com

Original comment by delphiic...@gmail.com on 17 Apr 2010 at 2:59