farshadmohajeri / extpascal

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

Problem when i compile ExtPascalsamples3 , Ext.dcu Do not exist #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
# What steps will reproduce the problem?

1.When i try to compile ExtPascalSample3.dpr error message appears:Ext.dcu 
do not exist.
2.
3.

# What is the expected output? What do you see instead?

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

- ExtPascal: rev.XXX
- ExtJS: v.X.X.X
- Compiler: Delphi XXXX, FPC X.X.X
- OSes: XXXXX, XXXXX, XXXXX
- WebServer: XXXXXX
- Mode: CGI, FCGI or Embedded

# Please provide any additional information below.

- related discussion thread:
http://groups.google.com/group/extpascal/browse_thread/thread/xxxxxxxxxxx

- related FPC issue:
http://bugs.freepascal.org/view.php?id=xxxx

Original issue reported on code.google.com by delphiic...@gmail.com on 27 Mar 2010 at 3:48

GoogleCodeExporter commented 9 years ago
Use SVN files the 0.9.7.1 download is deprecated

Original comment by wanderla...@gmail.com on 27 Mar 2010 at 9:55

GoogleCodeExporter commented 9 years ago
Tanx Wanderlan, but where do i get SVN Files? tanx

Original comment by delphiic...@gmail.com on 27 Mar 2010 at 3:23

GoogleCodeExporter commented 9 years ago
Hi again Wanderland, now i realize that ext.dcu is included inside the 
ExtoPascal.dpr code and it ones generate ext.dcu, now i have a new problem, 
when i 
try to compile ExtPascalSample3.dpr , the problem is inside Ext.Dcu Code, for 
example this are some errors not all:

TExtCompositeElement = class(TExtCompositeElementLite)
  public
    function JSClassName : string; override;
    {$IFDEF FPC}constructor AddTo(List : TExtObjectList);{$ENDIF}
This Line----->   function (Fn : TExtFunction; Scope : TExtObject = nil) : 
TExtFunction;

  // Procedural types for events TExtHistorySingleton
  TExtHistorySingletonOnChange = procedure(Token : string) of object;
This Line----->  TExtHistorySingletonOnReady = procedure(The : TExtHistory) of 
object;

// Procedural types for events TExtContainer
  TExtContainerOnAdd = procedure(This : TExtContainer; Component : TExtComponent; 
Index : Integer) of object;
This Line-----> TExtContainerOnAfterlayout = procedure(This : TExtContainer; 
Layout : TExtLayoutContainerLayout) of object;

And etc.

So What is the new problem now, what can i do?

Tanx From Villaflores, Chiapas Mexico.

Original comment by delphiic...@gmail.com on 28 Mar 2010 at 12:08

GoogleCodeExporter commented 9 years ago
Please use ExtPascal forum for support questions.
http://groups.google.com/group/extpascal

Be sure to download the latest source from the Subversion (SVN) code
repository.

svn checkout http://extpascal.googlecode.com/svn/trunk/ [your folder]

If you're a Windows user, you might find TortoiseSVN easier to work
with.

See ExtPascal Forum

Original comment by wanderla...@gmail.com on 29 Mar 2010 at 12:34