-
Notifications
You must be signed in to change notification settings - Fork 140
/
Components.txt
51 lines (35 loc) · 1.88 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
**********************************************************************
CnPack For Delphi/C++Builder
A Free, Open Source Project from China
(C)Copyright 2001-2024 CnPack Team
**********************************************************************
Follow features depend on third part components:
Script Wizard
=============
Depend on: RemObjects Pascal Script
Revision : 157 (For D5-D2007)
252 (For D2009 and above)
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
Note: 252 is currently latest when XE 2 beta is ready and can be compiled from 2009 to XE 2.
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)
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
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]