SSI Solution Pack and C++Builder
SSP can be used with Delphi versions 3,4,5,6, and 7. (There are some limitations in Delphi 3 due to the fact that Delphi 3 is a rather old compiler and does not provide some of the neat features for SSP to use.)
If you bought SSP and use it with Delphi, and you happened to have a copy of C++Builder 6, then you can squeeze out some components from SSP and use them with your C++Builder compiler.
Install SSP source code on your computer. Probably it is already installed by default in your C:\Program Files\SSI\SolPack\Source subdirectory.
Click here and Download these files, unzip and copy them into the same subdirectory. Then follow these steps:
1. Run C++Builder 2. Go to Component/Install Component 3. Select "Into new package" 4. For "Package filename" type in "SolPack", and description "SSI Solution Pack" 5. Go to "Unit file name", click on "Browse", select "File of type" to be '*.PAS" 6. Find and select the file you just copied: CBB_REG.PAS 7. Click OK.
This will install three components: SpTrayIcon, SpScaler, and SpOnlyOne on your palette.
You may be able to add some more components by modifying BCB6_REG.PAS. Notice that BCB6_REG.PAS is just a simplified version of SSPREG.PAS.