Table of Contents
Delphi 2006 / Borland Developer Studio 2006
- See also: Releases, Components
Information
- OS Windows XP
- Release 2005/10/10 / Turbo Editions 2006/09/xx
- Beta name Dexter
- Compiler Delphi Win32, Delphi .Net, C++ Win32, C#
- Editions Turbo Personal, Professional, Enterprise, Architect
- Medium 1 DVD
- 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.