I\'m writing a package in Delphi 2007 containing a component and several classes. I want to \"install\" the classes as well as the components.
To be more precise: wh
When I create a simple component package, I usually set "Unit Output Directory" package option to $(BDSCOMMONDIR)\Dcp instead of adding paths to Library paths - it is more simple. You can download my ksTools package as an example - it is pure source code package with detailed installation instructions