:
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で) 「例えば」のようなものは逆になっています。「The Orpheus designtimeパッケージファイル(Delphi 7用)」と言ってください。
XE2はデルファイのバージョン16なので、r160
とd160
で終わるペアとなり、d160
はデザインキットです。 XE2はDelphiとC++ Builderではわずかに異なるパッケージが必要であり、br160
とbd160
は"B"uilder
を参照していると思います(まだ確認する機会はありませんでした)。私はそれを試して検証します。私はこのマシンにオルフェウスを持っていませんが、私のオフィスマシン(レガシーのもの)に持っていますので、できる限り更新します。その間、O408_r160.dproj
をコンパイルしてから、O408_d160.dproj
をコンパイルしてインストールします。私はそれらがあなたが必要とするものであることをかなり確信しています。
XXXd160.bplはデザインタイムです、XXXr160.bplはランタイム –
です。O408_d160をインストールすると、O408_r160.bplは同じフォルダにあり、フォルダはシステムの 'PATH'にあります。デザイン時にはランタイムパッケージがロードされます。 –