You can install Delphinus package manager and install CnPack VCL Components as a package there. (Delphinus-Support)
If you don't have Delphi Starter Edition please open SourceCommonCnPack.inc and then:
{$DEFINE PERSONAL_EDITION}{$DEFINE ENTERPRISE_EDITION}CnPack Team are Made up of Many Chinese Programmers and Delphi / C++ Builder Fans on the Internet. Our products include CnPack IDE Wizards, CnPack VCL Components and CVSTracNT. etc. CnPack becomes Embarcadero Technology Partner in 2009.
CnPack 开发包以开放源码 (Open Source) 的形式发布,遵守 CnPack 的许可协议,受 CnPack 许可协议的保护。
License 文件中有该协议的详细描述,具体内容可参考协议文件。
请访问 CnPack 开发网站,以获得最新的更新消息:
https://www.cnpack.org
该代码包仅用于开发组内部测试,并未正式发布,不推荐将其直接用于成品软件中,如果您在使用中发现任何问题请与 CnPack 开发组联系:
https://www.cnpack.org
mailto:[email protected]
代码包中包含以下几个目录:
* Doc 开发包文档目录,里面包含了所有 CnPack 设计开发文档以及各种开发规范文档。
* Packages 安装包目录,包含 Delphi 下的包安装文件。
* Examples 演示程序目录,包含开发人员为代码编写的演示程序和源码。
* Source 开发包源代码目录,所有的 CnPack 源码放于该目录下。其中,Crypto 目录中实现了较为完整的纯 Pascal 的密码学算法库,包括常见的杂凑函数、对称加密、RSA、椭圆曲线等,并支持国家商用密码算法 SM2/SM3/SM4/SM9 等。
The development package supports 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. Users need to open the package file in the Packages directory (note the version number) in the IDE, and then compile and install it in the package file window. Among them, the dcl prefix is the design period package, and the run period package without this prefix is the run period package. Note that the runtime package should be compiled first and then the design time package should be installed.
Click Environment Options under the Tools menu of Delphi, enter the settings dialog box, click the button on the right of the Library Path item in the Library page, and add each subdirectory of the Development Package Source directory to the search path.
If you need component packages of other languages, you can overwrite the string constant definition file and dfm file of this language in the directory corresponding to the language ID in the SourceLang directory and then recompile the file of the same name in each directory of Source, or run ToENU.bat in the Source directory or batch file of the corresponding language to automatically overwrite it.
If you are not using the Delphi beginner version, please open the SourceCommonCnPack.inc file:
{$DEFINE PERSONAL_EDITION}{$DEFINE ENTERPRISE_EDITION}Note: This code package is only used for internal testing of the development group and has not been officially released. It is not recommended to use it directly in finished software.