Delphi XE2 and TurboPower Orpheus

I am installing TurboPower Orpheus on Delphi XE2. I got Orpheus from sourceforge.net. The Orpheus version for Delphi XE2 has four Borland Packals (BPL) packages: O408_r160.bpl, O408_d160.bpl, O408br160.bpl and O408bd160.bpl.

No documentation from SourceForge explains the differences between these libraries.

Can someone decode the file names for me, so I can determine which of these four libraries to install in Delphi XE2.

Thank!

+3
source share
1 answer

From the Readme.txt file that ships with the original TP Orpheus open source release:

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); "" - " Orpheus designtime Delphi 7".

XE2 - Delphi 16, , r160 d160, d160 designtime. ( ), XE2 Delphi ++ Builder br160 bd160 "B"uilder. ; Orpheus , ( ), , . O408_r160.dproj, O408_d160.dproj; , , .

+8

All Articles