Where do Orpheus bpl files get generated?

416 Views Asked by At

I am trying to add the latest incarnation of Orpheus 4.08 to Delphi XE2 and Delphi XE3. Other than the usual warnings, the packages compile without errors and the compiler signals success. However, I cannot find the *.bpl files. They are not in the bin directory with the other VCL files, and a search of my (indexed) drive does not locate them anywhere else. Where should I be looking, or have they not been created?

1

There are 1 best solutions below

5
On

I downloaded the latest code from the SVN repo: https://tporpheus.svn.sourceforge.net/svnroot/tporpheus/trunk. I then built all projects in the package group. The output .bpl files landed here:

C:\Users\Public\Documents\RAD Studio\9.0\Bpl   (for XE2)
C:\Users\Public\Documents\RAD Studio\10.0\Bpl  (for XE3)

Where the files will land on your machine depends on your IDE settings. The setting that counts is the Package output directory found under Tools | Options | Environment Options | Delphi Options | Library. The default value is $(BDSCOMMONDIR)\Bpl which, at least on my machine, expands to the directories shown above.