从 TP Orpheus 初始开源版本附带的 Readme.txt 中:
2. Package names
TurboPower Orpheus package names have the following form:
ONNN_KVV.*
| ||
| |+------ VV VCL version (30=Delphi 3, 35=C++Builder 3, 70=Delphi 7)
| +------- K Kind of package (R=runtime, D=designtime)
|
+----------- NNN Product version number (e.g., 406=version 4.06)
For example, the Orpheus runtime package files for Delphi 7 have
the filename O406_D70.*.
The runtime package contains the core functionality of the product and
is not installed into the IDE. The designtime package references the
runtime package, registers the components, and contains property
editors used in the IDE.
注意:@WarrenP 指出上面的文字包含一个错误(可能只是 TurboPower 的作者的一个错字);“例如”的情况相反 - 它应该说“Delphi 7 的 Orpheus设计时包文件”。
XE2 是 Delphi 版本 16,因此它将是一对以r160
and结尾的d160
,d160
作为设计时包。我认为(但还没有机会确认)XE2 需要用于 Delphi 和 C++ Builder 的包略有不同,并且br160
andbd160
指的是"B"uilder
. 我会尝试验证;我在这台机器上没有 Orpheus,但我的办公机器上有它(旧的东西),所以我会尽可能更新。同时,我会先编译O408_r160.dproj
,然后编译并安装O408_d160.dproj
; 我很确定那些是你需要的。