INSTALL NOTES

1) If you used older version of RichViewActions (with runtime packages), uninstall and
   delete the old packages.
2) If you want to use
  - RichViewXML, RichViewHTML (see http://www.trichview.com/resources/),
  - HTML Viewer from www.pbear.com (see http://www.trichview.com/resources/htmlview/rvhtmlviewimport.zip)
  - KSDev's ThemeEngine (see http://www.themeengine.com)
  - TMS Unicode Component Pack (TNT Controls, see http://www.tmssoftware.com/go.asp?tmsuni)
  - Addict3 (see http://www.trichview.com/resources/ and http://www.addictivesoftware.com)
  - Indy (shipped with Delphi)
  install them first.
  Open RichViewActions.inc, remove dot from the corresponding lines
  {.$DEFINE USERVXML}
  {.$DEFINE USERVHTML}
  {.$DEFINE USERVHTMLVIEWER}
  {.$DEFINE USERVKSDEVTE}
  {.$DEFINE USERVTNT}
  {.$DEFINE USERVADDICT3}
  {.$DEFINE USEINDY}
If you use ThemeEngine, open ThemeEngine package and set "Explicit rebuild" option:
  For Delphi 4-7, open the package, click "Options" in the package window, on the
  tab "Description" set "Build control"="Explicit rebuild".
  For newer version of Delphi, open the package, right click in the Project Manager and
  choose "Options", on the page "Description" set "Build control"="Explicit rebuild".
If you use TMS Unicode Component Pack, open its packages and set "Explicit rebuild" option:
  For Delphi 4-7, open the package, click "Options" in the package window, on the
  tab "Description" set "Build control"="Explicit rebuild".
  For newer version of Delphi, open the package, right click in the Project Manager and
  choose "Options", on the page "Description" set "Build control"="Explicit rebuild".

3) Open the package (see the list below) and install it.

----------------------------+----------------------
PACKAGE                     - DELPHI/C++BUILDER VERSION
----------------------------+----------------------
RichViewActionsD4.dpk       - Delphi 4
RichViewActionsD5.dpk       - Delphi 5
RichViewActionsD6.dpk       - Delphi 6
RichViewActionsD7.dpk       - Delphi 7
RichViewActionsD9.bdsproj   - Delphi 2005 (for Win32)
RichViewActions2006.bdsproj - BDS 2006 (Delphi for Win32 and C++Builder),
                              Turbo Delphi 2006 (for Win32)
RichViewActionsD2007.dproj - Delphi 2007 (for Win32)
RichViewActionsD2009.dproj - Delphi 2009 (for Win32)
RichViewActionsCB6.bpk      - C++Builder 6
RichViewActionsTCPP.bdsproj - Turbo C++ 2006
RichViewActionsCB2007.cbproj - C++Builder 2007
RichViewActionsCB2009.cbproj - C++Builder 2009
----------------------------+----------------------

For Rad Studio 2007 and 2009, either packages for Delphi or for C++Builder
can be installed at the same time (not both).


4) Make sure that the path to RichViewActions units is included in the library path.

For Delphi 4-7, C++Builder 6:
  menu "Tools | Environment Options", tab "Library", "Library Path"
For Turbo, BDS 2006 and RAD Studio 2007-2009:
  menu "Tools | Options", 
  page "Environment Options | Delphi Options | Library - Win32", "Library Path" (if exists),
  page "Environment Options | C++ Options | Path and Directories", "Include Path" and "Search Path" (if exists).
  Additionally, for RAD Studio C++Builder, path to OBJ files must be added in "Search Path"
  (OBJ files are usually placed in "Debug" or "Release" subdirectory).

Demo:

-------------------------+-------------------------
DEMO PROJECT             - DELPHI/C++BUILDER VERSION
-------------------------+-------------------------
ActionTest.dpk           - Delphi 4-7
ActionTest.bdsproj       - Delphi 2005-2006, Turbo Delphi
ActionTestD2007.dproj    - Delphi 2007
ActionTestD2009.dproj    - Delphi 2009

ActionTestCB6.bpk        - C++Builder 6
ActionTestCB2006.bdsproj - C++Builder 2006, Turbo C++
ActionTestCB2007.cbproj  - C++Builder 2007
ActionTestCB2009.cbproj  - C++Builder 2009
-------------------------+-------------------------

Possible installation problems in C++Builder:
- Delphi cannot find RichView (RVXML,RVHML) units, although their
  path is specified in the Library paths.
  Solution: click "Options" in the package window
  (or right click in the Project Manager and click Options in
   the popup menu),
  tab "Directories/Conditionals", add the path
  to RichView files in Library paths 
  (and Include paths for C++Builder, Search path for BDS)