Common Information

Important! If you have another version of RichView Package installed, delete it from your hard disk before installing this version! If an older version remains in paths where Delphi/C++Builder searches for units, you will not be able to compile/run your applications with RichView properly. Even if the new version is installed, Delphi/C++Builder may compile projects with the older version (if it was not deleted).

Below are the instructions how to install components, how to run demos, how to integrate help into IDE. (Help file is integrated with more or less completeness, depending on version of Delphi/C++Builder)


Briefly

Files

Subdirectory in UNITSDelphi/C++Builder Version
D6Delphi 6
D7Delphi 7
D9Delphi 2005 (Delphi for Win32)
2006Turbo Delphi 2006, Borland Developer Studio 2006
D2007Delphi 2007 (Win32) (cannot be installed with the packages for C++Builder 2007)
D2009Delphi 2009 (Win32) (cannot be installed with the packages for C++Builder 2009)
D2010Delphi 2010 (Win32) (cannot be installed with the packages for C++Builder 2010)
CB6C++Builder 6
TCPPTurbo C++ 2006
CB2007C++Builder 2007 (cannot be installed with the packages for Delphi 2007)
CB2009C++Builder 2009 (cannot be installed with the packages for Delphi 2009)
CB2010C++Builder 2010 (cannot be installed with the packages for Delphi 2010)

Brief Installation Instructions, for All Versions of Delphi and C++Builder

  1. Open RVPkg*.* package, install it.
  2. Open RDBVPkg*.* package, install it.
  3. Make sure that the path to TRichView units is included in the library path.

The detailed installation instructions are below:


Delphi 6,7

Installing the Components

The components for Delphi 6/7 are in D6/D7 subfolder of the UNITS folder.

The help file is in HELP directory.

Open RVPkgD6.dpk / RVPkgD7.dpk (menu "File|Open") and click the "Install" button in the package window.

Repeat the steps above with the packages RVDBPkgD6.dpk / RVDBPkgD7.dpk.

Make sure that the path to TRichView units (D6/D7 subdirectory) is included in the Delphi library path (menu "Tools | Environment Options", tab "Library", "Library Path").

Installing Help in Delphi 6,7

  1. Choose the menu "Help|Customize...". You'll see Borland OpenHelp Window.
  2. Click the tab "Contents", then "Add files" button and add "RichView.cnt".
  3. Click the tab "Index", then "Add files" button and add "RichView.hlp".
  4. Click the tab "Link", then "Add files" button and add "RichView.hlp".
  5. Click OpenHelp menu "File|Save project".

Demo Projects

Demos are in DEMOS\DELPHI subdirectory. Some additional utilities are in DEMOS\ADDINS.


BDS 2005

Installing the Components

The components for Delphi 2005 are in D9 directory of the UNITS folder.

Open RVPkgD9.bdsproj (menu "File|Open"). In the Project Manager window, right-click the package name and choose "Install" in the context menu.

Repeat the steps above with RVDBPkgD9.bdsproj.

Make sure that the path to TRichView units (UNITS\D9 subdirectory) is included in the Delphi library path (menu "Tools | Options", page "Environment Options | Delphi Options | Library - Win32", "Library Path").

Help and Demo Projects

Help files (in HLP and CHM formats) are in HELP subdirectory.

Demos are in DEMOS\DELPHI subdirectory. Some additional utilities are in DEMOS\ADDINS.


BDS 2006 (Delphi and C++Builder), Turbo Delphi 2006

Installing the Components

The components for Delphi and C++Builder 2006 are in UNITS\2006 directory.

Open RVPkg2006.bdsproj (menu "File|Open"). In the Project Manager window (usually at the right side of the screen) right-click the package name and choose "Install" in the context menu.

Repeat the steps above with RVDBPkg2006.bdsproj.

Make sure that the path to TRichView units (UNITS\2006 subdirectory) is included in the Delphi and C++ library path (menu "Tools | Options",
page "Environment Options | Delphi Options | Library - Win32", "Library Path" and
page "Environment Options | C++ Options | Path and Directories", "Search Path")

Help and Demo Projects

Help files (in HLP and CHM formats) are in HELP subdirectory.

Demos for Delphi are in DEMOS\DELPHI subdirectory.

Demos for C++Builder are in DEMOS\CBUILDER subdirectory. Some additional utilities are in DEMOS\ADDINS.


RAD Studio 2007, Delphi 2007

Installing the Components

The components for Delphi 2007 are in UNITS\D2007 directory.

Open RVPkgD2007.dproj (menu "File|Open"). In the Project Manager window (usually at the right side of the screen) right-click the package name and choose "Install" in the context menu.

Repeat the steps above with RVDBPkg2007.dproj.

Make sure that the path to TRichView units (UNITS\D2007 subdirectory) is included in the Delphi library path (menu "Tools | Options",
page "Environment Options | Delphi Options | Library - Win32", "Library Path")

Help and Demo Projects

Help files (in HLP and CHM formats) are in HELP subdirectory.

Demos are in DEMOS\DELPHI subdirectory. Some additional utilities are in DEMOS\ADDINS.


RAD Studio 2009/2010, Delphi 2009/2010

Installing the Components

The components for Delphi 2009/2010 are in D2009 / D2010 subdirectory of the UNITS directory.

Open RVPkgD2009.dproj / RVPkgD2010.dproj (menu "File|Open"). In the Project Manager window (usually at the right side of the screen) right-click the package name and choose "Install" in the context menu.

Repeat the steps above with RVDBPkg2009.dproj / RVDBPkg2010.dproj.

Make sure that the path to TRichView units (D2009 / D2010 subdirectories of the UNITS directory) is included in the Delphi library path (menu "Tools | Options",
page "Environment Options | Delphi Options | Library - Win32", "Library Path")

Help and Demo Projects

Help files (in HLP and CHM formats) are in HELP subdirectory.

Demos are in DEMOS\DELPHIUNICODE subdirectory. Some additional utilities are in DEMOS\ADDINS.


C++Builder 6

Installing the Components

The Components for C++Builder 6 are in CB6 subdirectory of the UNITS directory.

Open RVPkgCB6.bpk (menu "File|Open") and click the "Install" button in the package window.

Repeat the steps above with RVDBPkgCB6.bpk.

Add path to the components (CB6) to menu "Tools|Environment Options", "Library" tab, "Library path".

It may be necessary to add paths in each project using the components (menu "Project|Options", "Directories/Conditionals" tab, "Include path" and "Library path")

Installing Help in C++Builder 6

  1. Copy RichView.hlp and RichView.cnt to the HELP directory of C++Builder
  2. Run C++Builder.
  3. Click menu "Help|Customize...". You'll see Borland OpenHelp Window.
  4. Click the tab "Contents", then "Add files" button and add "RichView.cnt".
  5. Click the tab "Index", then "Add files" button and add "RichView.hlp".
  6. Click the tab "Link", then "Add files" button and add "RichView.hlp".
  7. Click OpenHelp menu "File|Save project".

Demo Projects

Demos are in DEMOS\CBUILDER subdirectory. Some additional utilities are in DEMOS\ADDINS.


Turbo C++ 2006

Installing the Components

The components for Turbo C++ 2006 are in UNITS\TCPP directory.

Open RVPkgTCPP.bdsproj (menu "File|Open"). In the Project Manager window (usually at the right side of the screen), right-click the package name and choose "Install" in the context menu.

Repeat the steps above with RVDBPkgTCPP.bdsproj.

Make sure that the path to TRichView units (UNITS\TCPP subdirectory) is included in the TurboC++ library path (menu "Tools | Options", page "Environment Options | C++ Options | Path and Directories", "Search Path").

Help and Demo Projects

Help files (in HLP and CHM formats) are in HELP subdirectory.

Demos are in DEMOS\CBUILDER subdirectory. Some additional utilities are in DEMOS\ADDINS.


RAD Studio 2007, C++Builder 2007

Installing the Components

The components for C++Builder 2007 are in UNITS\CB2007 directory.

Open RVPkgCB2007.cbproj (menu "File|Open"). In the Project Manager window (usually at the right side of the screen) right-click the package name and choose "Install" in the context menu.

Repeat the steps above with RVDBPkgCB2007.cbproj.

Make sure that the path to TRichView units (UNITS\CB2007 and UNITS\CB2007\RELEASE subdirectories) is included in the Delphi and C++ library path (menu "Tools | Options",
page "Environment Options | Delphi Options | Library - Win32", "Library Path" and
page "Environment Options | C++ Options | Path and Directories", "Search Path")

Help and Demo Projects

Help files (in HLP and CHM formats) are in HELP subdirectory.

Demos in DEMOS\CBUILDER subdirectory. Some additional utilities are in DEMOS\ADDINS.


RAD Studio 2009/2010, C++Builder 2009/2010

Installing the Components

The components for C++Builder 2009/2010 are in CB2009 / CB2010 subdirectory of the UNITS directory.

Open RVPkgCB2009.cbproj / RVPkgCB2010.cbproj (menu "File|Open"). In the Project Manager window (usually at the right side of the screen) right-click the package name and choose "Install" in the context menu.

Repeat the steps above with RVDBPkgCB2009.cbproj / RVDBPkgCB2010.cbproj.

Make sure that the paths to TRichView units (UNITS\CB2009 and UNITS\CB2009\RELEASE subdirectories for C++Builder 2009, UNITS\CB2010 and UNITS\CB2010\RELEASE subdirectories for C++Builder 2010) are included in the Delphi and C++ library path (menu "Tools | Options",
page "Environment Options | Delphi Options | Library - Win32", "Library Path" and
page "Environment Options | C++ Options | Path and Directories", "Search Path")

Help and Demo Projects

Help files (in HLP and CHM formats) are in HELP subdirectory.

Demos in DEMOS\CBUILDERUNICODE subdirectory. Some additional utilities are in DEMOS\ADDINS.