-
Notifications
You must be signed in to change notification settings - Fork 143
/
Copy pathComponents.txt
57 lines (41 loc) · 2.26 KB
/
Components.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
**********************************************************************
CnPack For Delphi/C++Builder
A Free, Open Source Project from China
(C)Copyright 2001-2025 CnPack Team
**********************************************************************
Follow features depend on third part components:
Script Wizard
=============
Depend on: RemObjects Pascal Script
Revision : svn 157 (For D5-D2007)
svn 252 (For D2009 and above)
github: commit 9f7d3037260c48322ce7b5447911b7fd1c35384f (For x64)
You'll need to obtain the exact revision from the ROPS Subversion repository:
> cd CnPack\cnwizards\Source\ThirdParty
> svn checkout -r 157 http://code.remobjects.com/svn/pascalscript/Source PascalScript
> svn checkout -r 252 http://code.remobjects.com/svn/pascalscript/Source PascalScript_2009
> git clone https://github.com/remobjects/pascalscript.git
Note:
svn 252 is currently latest when XE 2 beta is ready and can be compiled from 2009 to XE 2.
github commit 9f7d3037260c48322ce7b5447911b7fd1c35384f is ready for x64 when Delphi x64 IDE published.
Also, you'll need to open file CnPack\cnwizards\Source\CnWizards_Def.inc and
remove or comment this line:
{$UNDEF SUPPORT_PASCAL_SCRIPT}
**********************************************************************
Les fonctionnalit s de suivi d pendent des composants tiers:
Script Wizard
=============
Depend on: RemObjects Pascal Script
Revision : 157 (For D5-D2007)
252 (For D2009 and above)
github: commit 9f7d3037260c48322ce7b5447911b7fd1c35384f (For x64)
Vous devrez obtenir la r vision exacte du r f rentiel ROPS Subversion:
> cd CnPack\cnwizards\Source\ThirdParty
> svn checkout -r 157 http://code.remobjects.com/svn/pascalscript/Source PascalScript
> svn checkout -r 252 http://code.remobjects.com/svn/pascalscript/Source PascalScript_2009
> git clone https://github.com/remobjects/pascalscript.git
Remarque: 252 est actuellement le dernier lorsque la version b ta de XE 2 est pr te et peut tre compil e de 2009 XE 2.
Vous devrez galement ouvrir le fichier CnPack \ cnwizards \ Source \ CnWizards_Def.inc et
supprimer ou commenter cette ligne:
{$UNDEF SUPPORT_PASCAL_SCRIPT}
[EOF]