Installing
1. Install TRichView.
2. If you want to use third-party tools, read the installation instructions in the topics about them first.
3. Install the RichViewActions package.
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)*
|
RichViewActionsD2010.dproj
|
Delphi 2010 (for Win32)*
|
RichViewActionsDXE.dproj
|
Delphi XE (for Win32)*
|
RichViewActionsDXE2.dproj
|
Delphi XE2 (for Win32 and Win64), C++Builder XE2
|
RichViewActionsCB6.bpk
|
C++Builder 6
|
RichViewActionsTCPP.bdsproj
|
Turbo C++ 2006
|
RichViewActionsCB2007.cbproj
|
C++Builder 2007*
|
RichViewActionsCB2009.cbproj
|
C++Builder 2009*
|
RichViewActionsCB2010.cbproj
|
C++Builder 2010*
|
RichViewActionsCBXE.cbproj
|
C++Builder XE*
|
RichViewActionsCBXE2.cbproj
|
C++Builder XE2*
|
* For RAD Studio 2007-2010 and XE-XE2, packages for Delphi and for C++Builder cannot be installed at the same time.
For XE2, the Delphi package generates files for C++Builder as well.
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-2010 and XE:
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 projects
Project
|
Delphi/C++Builder version
|
ActionTest.dpk
|
Delphi 4-7
|
ActionTest.bdsproj
|
Delphi 2005-2006, Turbo Delphi
|
ActionTestD2007.dproj
|
Delphi 2007
|
ActionTestUni.dproj
|
Delphi 2009, 2010 and XE
|
ActionTestCB6.bpk
|
C++Builder 6
|
ActionTestCB2006.bdsproj
|
C++Builder 2006, Turbo C++
|
ActionTestCB2007.cbproj
|
C++Builder 2007
|
ActionTestCB2009.cbproj
|
C++Builder 2009
|
ActionTestCB2010.cbproj
|
C++Builder 2010
|
ActionTestCBXE.cbproj
|
C++Builder XE
|
Special demo projects are available for ThemeEngine and TNT Controls.
Additional information
Read install.txt.
|