Ray Konopka wrote:
>>So how does one get the .dcp (and more importantly, the .dcu) files >>into version specific folders? > > > Now were getting into supporting multiple versions (simulatneously) > with the same package source file. For most developers, this will > not be an issue, but for component developers wanting to support > multiple versions of Delphi, it is something that needs to be addressed.
Again FPC seems to have more appropriate solutions, based on additional compiler arguments, as required for cross compilation. The Borland tools are too much fixed on a single-compiler-single-target view, not addressing developers of multi-platform applications or components.
DoDi