Componentes.Terceros.TRichView/12.0.4/Install.html
david fddb8c1dff Importación inicial con versión 12.0.4
NO HAY CÓDIGO FUENTE

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.TRichView@1 b34d35ef-135b-4489-b9d1-9916e9c25524
2010-01-11 12:26:42 +00:00

241 lines
12 KiB
HTML

<HTML>
<HEAD><TITLE>TRichView 12 - INSTALLATION</TITLE></HEAD>
<BODY>
<H1>Common Information</H1>
<P><STRONG>Important!</STRONG>
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).
</P>
<P>
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)
</P>
<HR>
<H1>Briefly</H1>
<H2>Files</H2>
<TABLE border=1>
<TR>
<TH>Subdirectory in UNITS</TH><TH>Delphi/C++Builder Version</TH>
</TR>
<TR><TD>D6</TD><TD>Delphi 6</TD></TR>
<TR><TD>D7</TD><TD>Delphi 7</TD></TR>
<TR><TD>D9</TD><TD>Delphi 2005 (Delphi for Win32)</TD></TR>
<TR><TD>2006</TD><TD>Turbo Delphi 2006, Borland Developer Studio 2006</TD></TR>
<TR><TD>D2007</TD><TD>Delphi 2007 (Win32) (cannot be installed with the packages for C++Builder 2007)</TD></TR>
<TR><TD>D2009</TD><TD>Delphi 2009 (Win32) (cannot be installed with the packages for C++Builder 2009)</TD></TR>
<TR><TD>D2010</TD><TD>Delphi 2010 (Win32) (cannot be installed with the packages for C++Builder 2010)</TD></TR>
<TR><TD>CB6</TD><TD>C++Builder 6</TD></TR>
<TR><TD>TCPP</TD><TD>Turbo C++ 2006</TD></TR>
<TR><TD>CB2007</TD><TD>C++Builder 2007 (cannot be installed with the packages for Delphi 2007)</TD></TR>
<TR><TD>CB2009</TD><TD>C++Builder 2009 (cannot be installed with the packages for Delphi 2009)</TD></TR>
<TR><TD>CB2010</TD><TD>C++Builder 2010 (cannot be installed with the packages for Delphi 2010)</TD></TR>
</TABLE>
<H2>Brief Installation Instructions, for All Versions of Delphi and C++Builder</H2>
<OL>
<LI>Open RVPkg*.* package, install it.
<LI>Open RDBVPkg*.* package, install it.
<LI>Make sure that the path to TRichView units is included in the library path.
</OL>
<P>The detailed installation instructions are below:</P>
<UL>
<LI><A href="#D4567">Delphi 6,7</A>
<LI><A href="#D2005">BDS 2005</A>
<LI><A href="#D2006">BDS 2006, Turbo Delphi 2006</A>
<LI><A href="#D2007">Delphi 2007</A>
<LI><A href="#D2009">Delphi 2009,2010</A>
<LI><A href="#CB456">C++Builder 6</A>
<LI><A href="#TCPP2006">Turbo C++ 2006</A>
<LI><A href="#CB2007">C++Builder 2007</A>
<LI><A href="#CB2009">C++Builder 2009,2010</A>
</UL>
<HR>
<A name="D4567"></A>
<H1>Delphi 6,7</H1>
<H2>Installing the Components</H2>
<P>The components for Delphi 6/7 are in D6/D7 subfolder of the UNITS folder.</P>
<P>The help file is in HELP directory.</P>
<P>Open <EM>RVPkgD6.dpk / RVPkgD7.dpk</EM> (menu "File|Open") and click the "Install" button in the package window.</P>
<P>Repeat the steps above with the packages <EM>RVDBPkgD6.dpk / RVDBPkgD7.dpk</EM>.</P>
<P>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").</P>
<H2>Installing Help in Delphi 6,7</H2>
<OL>
<LI>Choose the menu "Help|Customize...". You'll see Borland OpenHelp Window.
<LI>Click the tab "Contents", then "Add files" button and add "RichView.cnt".
<LI>Click the tab "Index", then "Add files" button and add "RichView.hlp".
<LI>Click the tab "Link", then "Add files" button and add "RichView.hlp".
<LI>Click OpenHelp menu "File|Save project".
</OL>
<H2>Demo Projects</H2>
<P>Demos are in DEMOS\DELPHI subdirectory.
Some additional utilities are in DEMOS\ADDINS.</P>
<HR>
<A name="D2005"></A>
<H1>BDS 2005</H1>
<H2>Installing the Components</H2>
<P>The components for Delphi 2005 are in D9 directory of the UNITS folder.</P>
<P>Open <EM>RVPkgD9.bdsproj</EM> (menu "File|Open"). In the Project Manager window,
right-click the package name and choose "Install" in the context menu.</P>
<P>Repeat the steps above with <EM>RVDBPkgD9.bdsproj</EM>.</P>
<P>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").</P>
<H2>Help and Demo Projects</H2>
<P>Help files (in HLP and CHM formats) are in HELP subdirectory.</P>
<P>Demos are in DEMOS\DELPHI subdirectory.
Some additional utilities are in DEMOS\ADDINS.</P>
<HR>
<A name="D2006"></A>
<H1>BDS 2006 (Delphi and C++Builder), Turbo Delphi 2006</H1>
<H2>Installing the Components</H2>
<P>The components for Delphi and C++Builder 2006 are in UNITS\2006 directory.</P>
<P>Open <EM>RVPkg2006.bdsproj</EM> (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.</P>
<P>Repeat the steps above with <EM>RVDBPkg2006.bdsproj</EM>.</P>
<P>Make sure that the path to TRichView units (UNITS\2006 subdirectory) is included in the Delphi and C++ library path
(menu "Tools | Options",<BR>
page "Environment Options | Delphi Options | Library - Win32", "Library Path" and<BR>
page "Environment Options | C++ Options | Path and Directories", "Search Path")</P>
<H2>Help and Demo Projects</H2>
<P>Help files (in HLP and CHM formats) are in HELP subdirectory.</P>
<P>Demos for Delphi are in DEMOS\DELPHI subdirectory.
<P>Demos for C++Builder are in DEMOS\CBUILDER subdirectory.
Some additional utilities are in DEMOS\ADDINS.</P>
<HR>
<A name="D2007"></A>
<H1>RAD Studio 2007, Delphi 2007</H1>
<H2>Installing the Components</H2>
<P>The components for Delphi 2007 are in UNITS\D2007 directory.</P>
<P>Open <EM>RVPkgD2007.dproj</EM> (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.</P>
<P>Repeat the steps above with <EM>RVDBPkg2007.dproj</EM>.</P>
<P>Make sure that the path to TRichView units (UNITS\D2007 subdirectory) is included in the Delphi library path
(menu "Tools | Options",<BR>
page "Environment Options | Delphi Options | Library - Win32", "Library Path")</P>
<H2>Help and Demo Projects</H2>
<P>Help files (in HLP and CHM formats) are in HELP subdirectory.</P>
<P>Demos are in DEMOS\DELPHI subdirectory.
Some additional utilities are in DEMOS\ADDINS.</P>
<HR>
<A name="D2009"></A>
<H1>RAD Studio 2009/2010, Delphi 2009/2010</H1>
<H2>Installing the Components</H2>
<P>The components for Delphi 2009/2010 are in D2009 / D2010 subdirectory of the UNITS directory.</P>
<P>Open <EM>RVPkgD2009.dproj / RVPkgD2010.dproj</EM> (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.</P>
<P>Repeat the steps above with <EM>RVDBPkg2009.dproj / RVDBPkg2010.dproj</EM>.</P>
<P>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",<BR>
page "Environment Options | Delphi Options | Library - Win32", "Library Path")</P>
<H2>Help and Demo Projects</H2>
<P>Help files (in HLP and CHM formats) are in HELP subdirectory.</P>
<P>Demos are in DEMOS\DELPHIUNICODE subdirectory.
Some additional utilities are in DEMOS\ADDINS.</P>
<HR>
<A name="CB456"></A>
<H1>C++Builder 6</H1>
<H2>Installing the Components</H2>
<P>The Components for C++Builder 6 are in CB6 subdirectory of the UNITS directory.</P>
<P>Open <EM>RVPkgCB6.bpk</EM> (menu "File|Open") and click the "Install" button in the package window.</P>
<P>Repeat the steps above with <EM>RVDBPkgCB6.bpk</EM>.</P>
<P>Add path to the components (CB6) to menu "Tools|Environment Options", "Library" tab, "Library path".
<P>It may be necessary to add paths in each project using the components (menu "Project|Options", "Directories/Conditionals" tab,
"Include path" and "Library path")</P>
<H2>Installing Help in C++Builder 6</H2>
<OL>
<LI>Copy RichView.hlp and RichView.cnt to the HELP directory of C++Builder
<LI>Run C++Builder.
<LI>Click menu "Help|Customize...". You'll see Borland OpenHelp Window.
<LI>Click the tab "Contents", then "Add files" button and add "RichView.cnt".
<LI>Click the tab "Index", then "Add files" button and add "RichView.hlp".
<LI>Click the tab "Link", then "Add files" button and add "RichView.hlp".
<LI>Click OpenHelp menu "File|Save project".
</OL>
<H2>Demo Projects</H2>
<P>Demos are in DEMOS\CBUILDER subdirectory.
Some additional utilities are in DEMOS\ADDINS.</P>
<HR>
<A name="TCPP2006"></A>
<H1>Turbo C++ 2006</H1>
<H2>Installing the Components</H2>
<P>The components for Turbo C++ 2006 are in UNITS\TCPP directory.</P>
<P>Open <EM>RVPkgTCPP.bdsproj</EM> (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.</P>
<P>Repeat the steps above with <EM>RVDBPkgTCPP.bdsproj</EM>.</P>
<P>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").</P>
<H2>Help and Demo Projects</H2>
<P>Help files (in HLP and CHM formats) are in HELP subdirectory.</P>
<P>Demos are in DEMOS\CBUILDER subdirectory.
Some additional utilities are in DEMOS\ADDINS.</P>
<HR>
<A name="CB2007"></A>
<H1>RAD Studio 2007, C++Builder 2007</H1>
<H2>Installing the Components</H2>
<P>The components for C++Builder 2007 are in UNITS\CB2007 directory.</P>
<P>Open <EM>RVPkgCB2007.cbproj</EM> (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.</P>
<P>Repeat the steps above with <EM>RVDBPkgCB2007.cbproj</EM>.</P>
<P>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",<BR>
page "Environment Options | Delphi Options | Library - Win32", "Library Path" and<BR>
page "Environment Options | C++ Options | Path and Directories", "Search Path")</P>
<H2>Help and Demo Projects</H2>
<P>Help files (in HLP and CHM formats) are in HELP subdirectory.</P>
<P>Demos in DEMOS\CBUILDER subdirectory.
Some additional utilities are in DEMOS\ADDINS.</P>
<HR>
<A name="CB2009"></A>
<H1>RAD Studio 2009/2010, C++Builder 2009/2010</H1>
<H2>Installing the Components</H2>
<P>The components for C++Builder 2009/2010 are in CB2009 / CB2010 subdirectory of the UNITS directory.</P>
<P>Open <EM>RVPkgCB2009.cbproj / RVPkgCB2010.cbproj</EM> (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.</P>
<P>Repeat the steps above with <EM>RVDBPkgCB2009.cbproj / RVDBPkgCB2010.cbproj</EM>.</P>
<P>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",<BR>
page "Environment Options | Delphi Options | Library - Win32", "Library Path" and<BR>
page "Environment Options | C++ Options | Path and Directories", "Search Path")</P>
<H2>Help and Demo Projects</H2>
<P>Help files (in HLP and CHM formats) are in HELP subdirectory.</P>
<P>Demos in DEMOS\CBUILDERUNICODE subdirectory.
Some additional utilities are in DEMOS\ADDINS.</P>
<HR>