Hi Anthony,
> 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.
With that said, it is quite easy handling this. After we build the package for a specific version of Delphi, we simply copy the DCP file to the appropriate Lib\* directory.
Ray