Install.txt
上传用户:daoqigc
上传日期:2021-04-20
资源大小:2795k
文件大小:11k
源码类别:

RichEdit

开发平台:

Delphi

  1. ========== COMMON ==========
  2. If you used freeware version (0.5), read the section
  3. in the end of this file.
  4. If you have another version of RichView Package installed,
  5. you need to delete (archive) it.
  6. If older version remains in paths where Delphi/C++Builder
  7. searches for components, you will not be able to compile/run
  8. your applications with RichView properly.
  9. Below are the instructions how to install components, 
  10. how to run demos, how to integrate help into IDE. 
  11. (Help file is integrated with more or less completeness, 
  12.  depending on version of Delphi/C++Builder)
  13. In registered version, components are in the the root directory of installation.
  14. In trial versions, components are in the locations specified below.
  15. ========== Installing Update ======
  16. Copy updated files to the same directory as older version (override older files)
  17. Then follow instructions for your version of Delphi/C++Builder (choose "Compile"
  18. instead of "Install" for updates).
  19. Do not forget to rebuild packages!
  20. Read about compatibility issues (if any) in Readme.txt
  21. ========== Delphi 2 ==========
  22. INSTALLING COMPONENTS
  23. Select menu "Component|Install" ("Install Components" dialog)
  24. Push "Add" button and add unit
  25. RVReg.
  26. If your Delphi version supports database components, also add
  27. DBRV.
  28. DO NOT INSTALL OTHER UNITS!
  29. Units have DCU extension in the trial version, 
  30. and PAS in the registered one.
  31. INSTALLING HELP
  32. - Copy RichView.hlp and RichView.cnt to HELP directory of Delphi.
  33. - Delete all *.GID files form HELP directory of Delphi (these files are hidden!)
  34. - Open Delphi.cnt and append three lines to it:
  35. :Link RichView.hlp
  36. :Include RichView.cnt
  37. :Index RichView=RichView.hlp
  38. Now you have "RichView Components" node in main tree of Delphi Help system, 
  39. and can explore help beginning from it. 
  40. But index of help is not integrated into Delphi Help, and 
  41. you can't receive context help on RichView properties. 
  42. To read index of RichView Help, open RichView.hlp. 
  43. Sorry, help is not fully integrated into Delphi2. 
  44. DEMOS
  45. Demos are in DemosDelphi subdirectory.
  46. ========== Delphi 3 ==========
  47. INSTALLING COMPONENTS
  48. IMPORTANT: 
  49. (=problem description=) 
  50.   There is a problem in Delphi 3 with packages 
  51. which use jpeg.dcu unit (as RVPkgD3.dpk does).
  52. Jpeg unit is not included in any package by default. 
  53. If some package uses this unit, this unit is included in it implicitly. 
  54. When second package tries to use it, Delphi says that jpeg unit 
  55. is already implicitly contained in the first package, and does not want 
  56. to install the second one. 
  57. Moreover, when such thing happens, you will not be able to install 
  58. second package any more, even if you set correct dependencies manually 
  59. (you will need to delete all compilation result files for packages 
  60. manually, or install a new package under a new name).
  61. (=what to do=)
  62. The recommended way is to create a new package with jpeg unit, install it and 
  63. specify that all packages which use jpeg unit require this package.
  64. (a)If you have no third-party packages which use jpeg unit, 
  65.   first open JpegD3.dpk package from D3 directory of RichView 
  66.   (menu "File|Open") and click "Install" button in the package window 
  67.   (this package contains only standart jpeg unit).
  68.   Open RVPkgD3.dpk (menu "File|Open") and click "Install" button in
  69.   the package window. 
  70.   You can see what this package requires JpegD3 package 
  71.   (click on "Requires" tab on package window).
  72.   Repeat the steps above with RVDBPkgD3.dpk.
  73. (b)If you have third-party package which already uses jpeg unit, please
  74.  - uninstall this package 
  75.    (menu "Component|Install Packages",
  76.    select this package and click "Remove" button)
  77.  - install JpegD3.dpk (see above)
  78.  - open these old packages and make them to require JpegD3 package 
  79.    (click on "Requires" tab in the package window, then click "Add" 
  80.    button in the toolbar and add JpegD3.dcp from D3 directory of RichView
  81.  - install RVPkgD3.dpk (see above)
  82.  - if your version of Delphi supports database components, 
  83.    install RVDBPkgD3.dpk.
  84. INSTALLING HELP
  85.  - Copy RichView.hlp and RichView.cnt to HELP directory of Delphi
  86.  - Open Delphi3.cfg in HELP directory of Delphi, and add line:
  87. :Link RichView.hlp
  88.  - Open Delphi3.cnt in HELP directory of Delphi 
  89.   (it's possible that you'll need to use wordpad or other text editor 
  90.    without file size limitation), and add two lines: 
  91. :Include RichView.cnt
  92. :Index RichView=RichView.hlp
  93.  - delete all *.gid files from HELP directory of Delphi (these files are hidden!)
  94. DEMOS
  95. Demos are in DemosDelphi subdirectory.
  96. Some additional utilities are in DemosAddins.
  97. ========================= Delphi 4 ===============================
  98. INSTALLING COMPONENTS
  99.   Open RVPkgD4.dpk (menu "File|Open") and click "Install" button 
  100. in package window. 
  101.   Repeat the steps above with RVDBPkgD4.dpk.
  102. INSTALLING HELP
  103. - Copy RichView.hlp and RichView.cnt to HELP directory of Delphi
  104. - Open Delphi4.cfg in HELP directory of Delphi, and add line:
  105. :Link RichView.hlp
  106. - Open Delphi4.cnt in HELP directory of Delphi, and add lines:
  107. :Include RichView.cnt
  108. :Index RichView=RichView.hlp
  109. - delete all *.gid files from HELP directory of Delphi (these files are hidden!)
  110. DEMOS
  111. Demos are in DemosDelphi subdirectory.
  112. Some additional utilities are in DemosAddins.
  113. ========================= Delphi 5 ===============================
  114. INSTALLING COMPONENTS
  115.   Open RVPkgD5.dpk (menu "File|Open") and click "Install" button 
  116. in package window. 
  117.   Repeat the steps above with RVDBPkgD5.dpk.
  118. INSTALLING HELP
  119. In Delphi IDE, choose Help | Customize to open OpenHelp application.
  120. Choose the Contents tab.
  121. Choose Edit | Add Files.
  122. Select RichView.cnt.
  123. Click OK
  124. Choose the Index tab.
  125. Choose Edit | Add Files.
  126. Select RichView.hlp.
  127. Click OK
  128. Choose the Link tab.
  129. Choose Edit | Add Files.
  130. Select RichView.hlp.
  131. Click OK
  132. Choose File | Save Project to update Delphi's help file.
  133. DEMOS
  134. Demos are in DemosDelphi subdirectory.
  135. Some additional utilities are in DemosAddins.
  136. ========================= Delphi 6 ===============================
  137. INSTALLING COMPONENTS
  138.   Open RVPkgD6.dpk (menu "File|Open") and click "Install" button 
  139. in the package window. 
  140.   Repeat the steps above with RVDBPkgD6.dpk.
  141. INSTALLING HELP
  142. Choose menu "Help|Customize...". You'll see Borland OpenHelp Window.
  143. Click the tab "Contents", then "Add files" button and add "RichView.cnt".
  144. Click the tab "Index", then "Add files" button and add "RichView.hlp".
  145. Click the tab "Link", then "Add files" button and add "RichView.hlp".
  146. Click OpenHelp menu "File|Save project".
  147. DEMOS
  148. Demos are in DemosDelphi subdirectory.
  149. Some additional utilities are in DemosAddins.
  150. ========================= Delphi 7 ===============================
  151. INSTALLING COMPONENTS
  152.   Open RVPkgD7.dpk (menu "File|Open") and click "Install" button 
  153. in the package window. 
  154.   Repeat the steps above with RVDBPkgD7.dpk.
  155. DEMOS
  156. Demos are in DemosDelphi subdirectory.
  157. Some additional utilities are in DemosAddins.
  158. ========================= Delphi 2005 ============================
  159. INSTALLING COMPONENTS
  160.   Open RVPkgD9.bdsproj (menu "File|Open"). In the Project Manager window,
  161.   right-click the package name and choose "Install" in the context menu.
  162.   Repeat the steps above with RVDBPkgD9.bdsproj.
  163. DEMOS
  164. Demos are in DemosDelphi subdirectory.
  165. Some additional utilities are in DemosAddins.
  166. ======================== C++Builder 4 ============================
  167. INSTALLING COMPONENTS
  168.   Open RVPkgCB4.bpk (menu "File|Open") 
  169. and click "Install" button in package window.
  170.   Repeat the steps above with RVDBPkgCB4.bpk.
  171. Note: it may be necessary to edit include- and library- paths manually, 
  172. if your C++Builder can't find *.hpp or *.obj files. 
  173. Add path to components' directory to:
  174. - menu "Tools|Environment Options", "Library" tab, 
  175.   "Library path"
  176. - menu "Project|Options", "Directories/Conditionals" tab, 
  177.   "Include path" and "Library path"
  178. INSTALLING HELP
  179. - Copy RichView.hlp and RichView.cnt to HELP directory of C++Builder
  180. - Open Bcb4.cfg in HELP directory of C++Builder, and add line:
  181. :Link RichView.hlp
  182. - Open Bcb4.cnt in HELP directory of C++Builder, and add lines:
  183. :Include RichView.cnt
  184. :Index RichView=RichView.hlp
  185. - delete all *.gid files from HELP directory of C++Builder (these files are hidden!)
  186. DEMOS
  187. Demos are in DemosCBuilder subdirectory.
  188. Some additional utilities are in DemosAddins.
  189. ======================== C++Builder 5 ============================
  190. INSTALLING COMPONENTS
  191.   Open RVPkgCB5.bpk (menu "File|Open") 
  192. and click "Install" button in package window.
  193.   If your version of C++Builder supports database components, 
  194. repeat the steps above with RVDBPkgCB5.bpk.
  195. Note: it may be necessary to edit include- and library- paths manually, 
  196. if your C++Builder can't find *.hpp or *.obj files. 
  197. Add path to components' directory to:
  198. - menu "Tools|Environment Options", "Library" tab, 
  199.   "Library path"
  200. - menu "Project|Options", "Directories/Conditionals" tab, 
  201.   "Include path" and "Library path"
  202. INSTALLING HELP
  203. - Copy RichView.hlp and RichView.cnt to the HELP directory of C++Builder
  204. Run C++Builder.
  205. Click menu "Help|Customize...". You'll see Borland OpenHelp Window.
  206. Click the tab "Contents", then "Add files" button and add "RichView.cnt".
  207. Click the tab "Index", then "Add files" button and add "RichView.hlp".
  208. Click the tab "Link", then "Add files" button and add "RichView.hlp".
  209. Click OpenHelp menu "File|Save project".
  210. DEMOS
  211. Demos are in DemosCBuilder subdirectory.
  212. Some additional utilities are in DemosAddins.
  213. ======================== C++Builder 6 ============================
  214. INSTALLING COMPONENTS
  215.   Open RVPkgCB6.bpk (menu "File|Open") 
  216. and click "Install" button in package window.
  217.   Repeat the steps above with RVDBPkgCB6.bpk.
  218. Note: it may be necessary to edit include- and library- paths manually, 
  219. if your C++Builder can't find *.hpp or *.obj files. 
  220. Add path to components' directory to:
  221. - menu "Tools|Environment Options", "Library" tab, 
  222.   "Library path"
  223. - menu "Project|Options", "Directories/Conditionals" tab, 
  224.   "Include path" and "Library path"
  225. INSTALLING HELP
  226. - Copy RichView.hlp and RichView.cnt to the HELP directory of C++Builder
  227. Run C++Builder.
  228. Click menu "Help|Customize...". You'll see Borland OpenHelp Window.
  229. Click the tab "Contents", then "Add files" button and add "RichView.cnt".
  230. Click the tab "Index", then "Add files" button and add "RichView.hlp".
  231. Click the tab "Link", then "Add files" button and add "RichView.hlp".
  232. Click OpenHelp menu "File|Save project".
  233. DEMOS
  234. Demos are in DemosCBuilder subdirectory.
  235. Some additional utilities are in DemosAddins.
  236. ===== FOR USERS OF FREEWARE VERSION (0.5): =====
  237. You can't use both freeware and shareware version
  238. on the same Delphi or C++Builder instance.
  239. If you have the old freeware version, please uninstall it
  240. before installing the shareware one (and remove it from 
  241. directories where Delphi/C++Builder searches for 
  242. components).
  243. You can try your existing projects with this version 
  244. of RichView, but read "Compatibility with older versions 
  245. of RichView" topic of RichView help before. Please save 
  246. original code of these projects (old freeware version 
  247. could not be able to load projects saved with new one, 
  248. and you can decide to return to old version).