-
Notifications
You must be signed in to change notification settings - Fork 105
/
Copy pathReadme.enu.txt
67 lines (50 loc) · 2.84 KB
/
Readme.enu.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
58
59
60
61
62
63
64
65
66
67
**********************************************************************
CnPack For Delphi/C++Builder
A Free, Open Source Project from China
(C)Copyright 2001-2025 CnPack Team
**********************************************************************
CnPack Component Package (Alpha)
Version 2024.12.21
=======================
CnPack Team 2024.12
=====================================================
1. Software Copyright Statement
=====================================================
CnPack products is published in Open Source mode under CnPack
License, and also, is protected by it.
The License file describes it. Please see license file for details.
Welcome to CnPack website to get latest information.
https://www.cnpack.org
=====================================================
2. Structure
=====================================================
It's not recommended to use Alpha package of CnPack in formal usage
because it's not tested integrallty yet. If you meet any problem during
development, please contact us:
https://www.cnpack.org
mailto:[email protected]
There are several directories in CnPack source codes:
1. Doc. It contains all documents of CnPack.
2. Packages. It contains the package files needed by installation.
3. Examples. It contains examples source codes.
4. Source. It contains all source codes of CnPack package.
======================================================================
3. Installation
======================================================================
Now Delphi 5/6/7/2005/2006/2007/2009/2010/XE/XE2/XE3/XE4/XE5/XE6/XE7/XE8/
10 Seattle/10.1 Berlin/10.2 Tokyo/10.3 Rio/10.4 Sydney/11 Alexandria/12 Athens
and C++Builder 5/6 are supported by CnPack Component Package.
You can open corresponding package files in IDE and press "compile"
or "install" buttons to compile and install it. The package files with "dcl"
prefix are for design time, others for run time.
Note: please compile run-time package first, then install design-time package.
Click "Environment Options" in "Tools" menu to open settings dialog.
Select "Library" tabset. Click the right button of "Library Path", and
Add CnPack's source code directories into it.
If you need other languages of CnPack Component Package. You can copy
the consts files from "Source\Lang\Language id" directory and overwrite
those files in Source's subdirectory and rebuild the package. Also you can
run the "ToENU.bat" or other bat files in "Source" directory to copy
them automatically.
Note: It's not recommended to use Alpha package of CnPack in formal
usage because it's not tested integrallty yet.