home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / QuickReport / INSTALL.TXT next >
Encoding:
Text File  |  1998-10-24  |  3.5 KB  |  133 lines

  1. teeMach SL
  2. TeeChart Pro v4 VCL
  3. -------------------
  4.  
  5. Installing QuickReport TQRChart source code.
  6. ============================================
  7.  
  8. Depending on which QuickReport version you have
  9. installed on your machine, you might need to 
  10. manually recompile a small package for the QRChart
  11. component to use the same QuickReport version you have.
  12.  
  13. This allows you to install TeeChart Pro with any
  14. past or future QuickReport version, in any Delphi or
  15. C++ Builder compiler.
  16.  
  17.  
  18. Recompilation is easy.
  19. ----------------------
  20.  
  21. Warning: 
  22.  Check first you have QuickReport installed !
  23.  Visit QuickReport web site at www.qusoft.no for
  24.  upgrades.
  25.  
  26.  If you have an old TeeChart or TeeChart Pro version, 
  27.  recompilation will fail.  
  28.  Install first the TeeChart Pro v4 packages !
  29.   
  30.  If you are not a teeMach customer, download the
  31.  "Free Upgrade Trial" version of TeeChart Pro 4 from
  32.  our web site.
  33.  
  34.  This upgrade can be found at the "VCL" page, clicking
  35.  on "Trial version Download" link.
  36.  
  37.  
  38. Installation Steps:
  39. ====================
  40.  
  41. 1) Open Delphi 4,3 or C++ Builder 3
  42.  
  43. 2) Select:
  44.  
  45.   "File -> Open ->"
  46.  
  47.   The open file dialog is displayed. 
  48.  
  49. 3) Select:
  50.  
  51.   "Package files (*.dpk)" ( *.bpk in C++ Builder )
  52.  
  53.  
  54. 4) Then open the appropiate file:
  55.  
  56.    For Delphi 4:    TeeQR44.DPK
  57.  
  58.    For Delphi 3:    TeeQR43.DPK
  59.  
  60.    For C++ 3   :    TeeQR4C.BPK
  61.  
  62.  
  63. 5) Now click the "Compile" button. 
  64.  
  65.    The package should compile fine. 
  66.    If you receive errors, see "TroubleShooting" below.
  67.  
  68.  
  69. 6) Copy the compiled package to your "\Windows\System" folder.
  70.  
  71.    (Or \WinNT\System32 for Windows-NT )
  72.  
  73.     For Delphi 4 :  TeeQR44.BPL
  74.     For Delphi 3 :  TeeQR43.DPL
  75.     For C++ 3    :  TeeQR4C.BPL
  76.  
  77.  
  78. 7) Now you can click the "Install" button on the package
  79.    dialog in Delphi or C++ Builder.
  80.  
  81.    This package is both a design-time and run-time package.
  82.  
  83.    This should install the QRChart component at QReport component
  84.    palette.
  85.  
  86. 8) Remember to check the "Project->Options->Packages" dialog.
  87.  
  88.    The new package name should be listed at the bottom edit-box.
  89.  
  90. 9) Copy the following compiled units to Delphi "Lib" folder:
  91.  
  92.       QRTee.DCU
  93.       QRTeeReg.DCU
  94.  
  95.    ( For C++ Builder, you should copy these files to \Lib\Obj,
  96.      as well as the *.OBJ files and the *.HPP files to
  97.      the \Include\VCL folder )
  98.    
  99.  
  100. ---------------------------------------------------------------
  101. Other Delphi and C++ versions:
  102.  
  103. For Delphi 1,2 and C++ Builder 1, reinstall the QRTeeReg.pas
  104. unit at component library. Always check the Linker Search path
  105. and duplicated units in your disks.
  106.  
  107. ---------------------------------------------------------------
  108.  
  109. TroubleShooting:
  110. ----------------
  111.  
  112.   Most common causes for installation problems are:
  113.  
  114.    -missing files 
  115.  
  116.      When Delphi or C++ Builder compile this package, they try
  117.      to find the TeeChart Pro 4 and QuickReport units, either
  118.      in source code (*.pas) or compiled (*.dcu) format.
  119.  
  120.      Check you have the correct paths to all units at 
  121.      "Environment -> Options" dialogs.
  122.  
  123.    -wrong files
  124.  
  125.      If you have the original TeeChart Standard version included
  126.      free in Delphi 4,3 or C++ Builder 3, installation can fail
  127.      because the original compiled units have preference over
  128.      the new ones.
  129.      Check for existing TeeChart units at \Lib folder and replace
  130.      them with the new ones. For Delphi 3 and 4, the installers 
  131.      do automatically this replacement.
  132.  
  133. -----------------------------------------------------------------