Information The Personal version cannot install component packages.
Description
Turbo Delphi 2006 was released as Explorer and Professional Editions.
Whats New
Splashscreen
Screenshot
Icons
Tips
Install Components in Turbo Delphi 2006 Personal
Declare your component within dclusr.dpk (within /lib folder of your Turbo Delphi installation) which is a Delphi’s default package to store custom components.
Compile the package, and Delphi will produce the package library (.bpl extension) in BPL output directory, of course if the compilation is success.
Install the package library (dclusr.bpl) through Install Packages menu item, as usual. Delphi will accept to install this package.