home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d6 / RX275D6.ZIP / readme.txt
Text File  |  2001-06-24  |  3KB  |  79 lines

  1.   RX Library 2.75 port to Delphi 6, v0.9 (by Oleg Fyodorov)
  2.   =========================================================
  3.  
  4. TABLE OF CONTENTS
  5. -----------------
  6.   Overview
  7.   Compatibility with your older code
  8.   History
  9.   Installation
  10.   Help files
  11.   Copyright Notes
  12.  
  13.  
  14. Overview
  15. --------
  16.   This port is a non-commercial product. Feel free to distribute it as
  17. long as all files are unmodified and kept together.
  18.  
  19.   The authors disclaim all warranties as to this software, whether express
  20. or implied, including without limitation any implied warranties of
  21. merchantability or fitness for a particular purpose. Use under your own
  22. responsibility, but comments (even critique) in English (or in Russian)
  23. are welcome.
  24.  
  25.  
  26. Compatibility with your older code
  27. -----------------------------------
  28.   - StrUtils is renamed to rxStrUtils to avoid the names conflict with Borland's StrUtils module.
  29.   - DBFilter.pas is removed due to the Access Violation in dcc60.dll when compiling.
  30.  
  31.  
  32. History
  33. -------
  34. June, 24, 2001 - version 0.9
  35.   First version. Deprecated and platform-dependent functions are ingnored.
  36.   Therefore rxctl6.dpk still has 90 warnings, rxdb6.dpk - 7 and rxbde6.dbk - 4.
  37.  
  38.  
  39. Installation
  40. ------------
  41. If you have Delphi 6 Professional or Personal Edition, deactivate the
  42. conditional define {$DEFINE DCS} in the RX.INC file before compiling the
  43. library.
  44.  
  45. Use "File\Open..." menu item of Delphi IDE to open RX' runtime
  46. package RXCTL6.DPK. In "Package..." window click "Compile" button to
  47. compile packages RXCTL6.DPK. After compiling repeat that for other RX
  48. Library run-time packages RXDB6.DPK, RXBDE6.DPK. Put compiled BPL files
  49. into directory that is accessible through the search PATH (i.e. DOS
  50. "PATH" environment variable; for example, in the Windows\System directory).
  51. After compiling RX run-time packages you must install RX design-time
  52. packages into the IDE.
  53.  
  54. Use "File\Open..." menu item to open RX design-time package DCLRX6.DPK.
  55. In "Package..." window click "Compile" button to compile the package
  56. and then click "Install" button to register RX Library components on
  57. the component palette. Repeat that for other RX Library design-time
  58. packages DCLRXDB6.DPK and DCLRXBD6.DPK.
  59.  
  60. NOTE: do not save package sources in the Delphi IDE.
  61.  
  62. Help files
  63. ----------
  64.   Native RX Library help files are available in Russian only. But there are
  65. many third-party help files for RX Library in English, that you can easily
  66. download and install into your Delphi 6 environment.
  67.  
  68. Copyright Notes
  69. ---------------
  70.   RX Library is a copyright of http://www.rxlib.com team: 
  71.     Fedor Kozhevnikov  (fkozh@iname.com)
  72.     Igor Pavluk        (igorp@mail.com)
  73.     Serge Korolev      (korolev@usa.net)
  74.  
  75.   Delphi 6 port made by:
  76.     Oleg Fyodorov      (delphi@oxygensoftware.com)
  77.                        http://www.oxygensoftware.com
  78.  
  79.