Closed GoogleCodeExporter closed 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
Tanx Wanderlan, but where do i get SVN Files? tanx
Original comment by delphiic...@gmail.com
on 27 Mar 2010 at 3:23
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
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
Original issue reported on code.google.com by
delphiic...@gmail.com
on 27 Mar 2010 at 3:48