deploy.txt
来自「著名的虚拟仪表控件,包含全部源码, 可以在,delphi2007 下安装运行」· 文本 代码 · 共 31 行
TXT
31 行
General Application Deployment
==============================
If you have used runtime packages with your application, be sure to include
all required BPLs with the distribution.
Runtime Packages:
=================
You may redistribute our supplied runtime packages only for the purpose of
executing application programs created with C++Builder/Delphi.
If you are a licensed user of Abakus VCL, redistributable runtime packages
include the following: ("*" = Delphi/CBuilder version number)
CBuilder (file location ..\Abakus\CB*) :
- AbkStdCB*.bpl (all standard Abakus components)
- AbkDBStdCB*.bpl (all DB-Enabled Abakus components, requires AbkStdCB*.bpl)
Delphi (file location ..\Abakus\D*) :
- AbkStdD*.bpl (all standard Abakus components)
- AbkDBStdD*.bpl (all DB-Enabled Abakus components, requires AbkStdCB*.bpl)
Note:
=====
To run an application that uses runtime packages, a computer must have both the
application抯 .EXE file and all the packages (.BPL files) that the application
uses. The .BPL files must be on the system path for an application to use them.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?