Toolbar2000

Installation

The first step in using Toolbar2000 is to install it in Delphi or C++Builder. However, before using Toolbar2000 be sure to read over the License Agreement.

Toolbar2000 may be used in Delphi 4.0-7.0 or C++Builder 4.0-6.0. Previous versions of Delphi and C++Builder are not supported (see FAQ).

IMPORTANT: When unzipping Toolbar2000, make sure your unzip program is configured to recreate the directory structure (in WinZip, check Use Folder Names).

Delphi 4.0 installation / upgrade:

  1. Select Tools | Environment Options... on the menu bar. Go to Library tab and add the full path of your Toolbar2000 Source directory to the Library Path if you have not already done so. The Library Path field should then look similar to this:

    $(DELPHI)\Lib;$(DELPHI)\Bin;$(DELPHI)\Imports;c:\tb2k\source

    Click OK.
  2. Select File | Open... on the menu bar. Set Files of type to Delphi package source, locate and select the tb2k_d4 package source file in your Toolbar2000 Packages directory, and click Open.
  3. A package editor window will appear. Click Compile, then click Install.
  4. Close the package editor window. If you are asked if you want to save changes to the package, answer No.
  5. Repeat steps 2 through 4 with the tb2kdsgn_d4 package.

    NOTE: The order in which you install the two packages is important; if you install them in the wrong order, Delphi will probably complain about not being able to find tb2k_d4.bpl the next time it is started. To fix this, select Component | Install Packages, remove the two packages, and reinstall them by repeating the above steps.

Delphi 5.0 installation / upgrade:

  1. Select Tools | Environment Options... on the menu bar. Go to Library tab and add the full path of your Toolbar2000 Source directory to the Library Path if you have not already done so. The Library Path field should then look similar to this:

    $(DELPHI)\Lib;$(DELPHI)\Bin;$(DELPHI)\Imports;c:\tb2k\source

    Click OK.
  2. Select File | Open... on the menu bar. Set Files of type to Delphi package source, locate and select the tb2kdsgn_d5 package source file in your Toolbar2000 Packages directory, and click Open.
  3. A package editor window will appear. Click Compile, then click Install.
  4. Close the package editor window. If you are asked if you want to save changes to the package, answer No.

Delphi 6.0 installation / upgrade:

  1. Select Tools | Environment Options... on the menu bar. Go to Library tab and add the full path of your Toolbar2000 Source directory to the Library Path if you have not already done so. The Library Path field should then look similar to this:

    $(DELPHI)\Lib;$(DELPHI)\Bin;$(DELPHI)\Imports;c:\tb2k\source

    Click OK.
  2. Select File | Open... on the menu bar. Set Files of type to Delphi package source, locate and select the tb2kdsgn_d6 package source file in your Toolbar2000 Packages directory, and click Open.
  3. A package editor window will appear. Click Compile, then click Install.
  4. Close the package editor window. If you are asked if you want to save changes to the package, answer No.

Delphi 7.0 installation / upgrade:

  1. Select Tools | Environment Options... on the menu bar. Go to Library tab and add the full path of your Toolbar2000 Source directory to the Library Path if you have not already done so. The Library Path field should then look similar to this:

    $(DELPHI)\Lib;$(DELPHI)\Bin;$(DELPHI)\Imports;c:\tb2k\source

    Click OK.
  2. Select File | Open... on the menu bar. Set Files of type to Delphi package source, locate and select the tb2kdsgn_d7 package source file in your Toolbar2000 Packages directory, and click Open.
  3. A package editor window will appear. Click Compile, then click Install.
  4. Close the package editor window. If you are asked if you want to save changes to the package, answer No.

C++Builder 4.0 installation / upgrade:

  1. Select Tools | Environment Options... on the menu bar. Go to Library tab and add the full path of your Toolbar2000 Source directory to the Library Path field if you have not already done so. The Library Path field should then look similar to this:

    $(BCB)\LIB;$(BCB)\LIB\OBJ;c:\tb2k\source

    Click OK.
  2. Select File | Open Project... on the menu bar. Locate and select the tb2k_cb4 package source file in your Toolbar2000 Packages directory, and click Open.
  3. A package editor window will appear. Click Compile, then click Install.
  4. Close the package editor window. If you are asked if you want to save changes to the package, answer No.
  5. Repeat steps 2 through 4 with the tb2kdsgn_cb4 package.

C++Builder 5.0 installation / upgrade:

  1. Select Tools | Environment Options... on the menu bar. Go to Library tab and add the full path of your Toolbar2000 Source directory to the Library Path field if you have not already done so. The Library Path field should then look similar to this:

    $(BCB)\Lib;$(BCB)\Bin;$(BCB)\Imports;$(BCB)\Projects\Bpl;c:\tb2k\source

    Click OK.
  2. Select File | Open Project... on the menu bar. Locate and select the tb2k_cb5 package source file in your Toolbar2000 Packages directory, and click Open.
  3. A package editor window will appear. Click Compile, then click Install.
  4. Close the package editor window. If you are asked if you want to save changes to the package, answer No.
  5. Repeat steps 2 through 4 with the tb2kdsgn_cb5 package.

C++Builder 6.0 installation / upgrade:

  1. Select Tools | Environment Options... on the menu bar. Go to Library tab and add the full path of your Toolbar2000 Source directory to the Library Path field if you have not already done so. The Library Path field should then look similar to this:

    $(BCB)\Lib;$(BCB)\Bin;$(BCB)\Imports;$(BCB)\Projects\Bpl;c:\tb2k\source

    Click OK.
  2. Select File | Open Project... on the menu bar. Locate and select the tb2k_cb6 package source file in your Toolbar2000 Packages directory, and click Open.
  3. A package editor window will appear. Click Compile, then click Install.
  4. Close the package editor window. If you are asked if you want to save changes to the package, answer No.
  5. Repeat steps 2 through 4 with the tb2kdsgn_cb6 package.