delphi常用安装包下载地址

作者: koic 分类: ide 发布时间: 2025-06-08 07:21
RS2010(仅安装,自己用注册机注册)
链接:https://pan.baidu.com/s/1bS4f6Y 密码:4tdk

CB 10.2.3 社区版(仅安装,自己用注册机注册)
链接:https://pan.baidu.com/s/1G1s60ihp1_zShjbjPZd0LA 密码:rmcw

RS10.2.3
链接:https://pan.baidu.com/s/10_PPVAYlXUpZqRzB5g_9Dg 密码:g9e6

RS10.3.3
链接:https://pan.baidu.com/s/1gn2WTTBbWhrfOWChTowcDw 提取码: ne9h

RS10.4.2
https://pan.baidu.com/s/1at1Npy9ZG9uA8iHjOjVUNw 提取码:k1ac 

RS11.3 Repack
链接: https://pan.baidu.com/s/1r-IfvlA-CL-BWsTxtXjKBw?pwd=1234

——————————————————————————————————
装完要改一下hosts文件或者防火墙设置两个exe禁止联网防止pj失效(失效要重新pj)

1)添加以下信息到 hosts 文件中 (C:WindowsSystem32driversetc):

127.0.0.1 license.embarcadero.com
127.0.0.1 track.embarcadero.com
127.0.0.1 comapi.embarcadero.com
127.0.0.1 object.ws.sanctx.embarcadero.com
127.0.0.1 external.ws.sanctx.embarcadero.com
127.0.0.1 services.server.v8.srs.sanctuary.codegear.com
127.0.0.1 LicenseUsageServicesImpl.services.server.v8.srs.sanctuary.codegear.com
127.0.0.1 RegistrationServicesImpl.services.server.v8.srs.sanctuary.codegear.com
127.0.0.1 LicenseRenewalServicesImpl.services.server.v8.srs.sanctuary.codegear.com
127.0.0.1 license-stage.codegear.com
127.0.0.1 license.codegear.com
127.0.0.1 installers.embarcadero.com

2)以管理员模式打开命令行窗口,运行以下命令对 bds.exe、LicenceManager.exe 文件禁止联网规则:

Netsh.exe advfirewall firewall add rule name="RADStudio" program="C:Program Files (x86)EmbarcaderoStudio19.0binbds.exe" protocol=any dir=out enable=yes action=block profile=Private,Public,Domain
Netsh.exe advfirewall firewall add rule name="RADStudio" program="C:Program Files (x86)EmbarcaderoStudio19.0binLicenceManager.exe" protocol=any dir=out enable=yes action=block profile=Private,Public,Domain

注:bds.exe、LicenceManager.exe 按照实际安装目录调整。
来自盒子论坛

大佬们常见控件
delphi常用安装包下载地址

delphi常用安装包下载地址

delphi常用安装包下载地址

DevExpress VCL 23.2.6 FS 汉化(劳动节版)
链接:https://pan.baidu.com/s/1VFrFMNM5klyVctI8APGTNw?pwd=qc5z 
提取码:qc5z
demo
链接:https://pan.baidu.com/s/1RCW0172whVM0ahsZ41IWEg?pwd=s4gv 
提取码:s4gv

DevExpressVCL 19.1.2 Delphi/BCB 10.3/10.4/11
ftp://uploads.2ccc.com/DevExpressVCL19.1.2__DC_2021.7z

Delphi / C++Builder 

集成的 DevExpressVCL 组件库, RADStudio 10.3/10.4/11

完全是自己整的, 因为原来的项目文件太多了, 就整合了一下.
安装方式:
首先将 ExpressXXX Debug builder all, 再 Release builder all,

再按次序 Install dclExpressXXX 总共没几个, 很快就搞定了


然后设置通用选项:

Options / Language / Delphi / Library

[Library Path] 加  $(BDSLIB)$(Platform)$(Config)DevExpress;

Options / Language / C++ / Paths and directories 
---   Windows 32 / Class Compiler  

[System Include path] 加 $(BDSINCLUDE)windowsDevExpress
[Library Path] 加  $(BDSLIB)$(Platform)$(Config)DevExpress;

如果要发行软件, 就用 binRelease 里的 ExpressXXX280.bpl

发表回复