Compile Delphi component package (bpl) for different Delphi versions

Posted by FractalizeR on Stack Overflow See other posts from Stack Overflow or by FractalizeR
Published on 2010-01-26T22:11:19Z Indexed on 2010/04/29 10:57 UTC
Read the original article Hit count: 1039

Filed under:
|
|
|

Hello.

The situation is the following. Typically I use RAD Studio 2010 for Delphi development. I have some components I would like to redistribute in binary form (*.bpl without source). But I would like people to be able to use them despite of their Delphi version. But, for example, dcu files can be used only by compiler version, which generated them. Almost the same situation is with bpl files as I know. Every bpl file will require corresponding VCLXX.bpl library depending on Delphi version. How do I make my bpls, compiled in 2010 to be able to be used in Delphi7, 2007 etc?

Is the only solution to have ALL Delphi versions installed and compile bpl files separately in each?

© Stack Overflow or respective owner

Related posts about delphi

Related posts about delphi-2010