How do I install a component that I made in BCB 6 or using C + + Builder 2007? I think in the old version of BCB 6 It was clear how to install a component that was built by Component->new Component, and usually if we didn't add a new Package project and add the components ourselves, BCB 6 would preset a set of DCLUSR.BPK for you Install your component, of course you can add a new Package project to join your component, when the component compile finished and then press install to complete your custom component installation.
I take myself as an example in this first from the installation of the old version of the BCB6 components, and add 2 of their own written components MPdfRuler.cpp-ruler components, and a parameditor.cpp-property editing components, large to join the following steps:
1. Click the BCB 6 menu Component->new Component.
2. The following dialog box appears
Unit file name-you can add more than one at a time by adding the component. cpp file you wrote.
Package file NAME-BCB 6 preset Package project name.
Package description– tells you that this Package is Borland in order to place the description of the component Package written by the user.
3. Then add the author's own 2 components, execute Complie-> and then press Install.
4. The component has been successfully installed.