How to install classes or units like components in Delphi 2007?

前端 未结 4 1569
独厮守ぢ
独厮守ぢ 2020-12-21 13:10

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

4条回答
  •  忘掉有多难
    2020-12-21 13:57

    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

提交回复
热议问题