home *** CD-ROM | disk | FTP | other *** search
- teeMach SL
- TeeChart Pro v4 VCL
- -------------------
-
- Installing QuickReport TQRChart source code.
- ============================================
-
- Depending on which QuickReport version you have
- installed on your machine, you might need to
- manually recompile a small package for the QRChart
- component to use the same QuickReport version you have.
-
- This allows you to install TeeChart Pro with any
- past or future QuickReport version, in any Delphi or
- C++ Builder compiler.
-
-
- Recompilation is easy.
- ----------------------
-
- Warning:
- Check first you have QuickReport installed !
- Visit QuickReport web site at www.qusoft.no for
- upgrades.
-
- If you have an old TeeChart or TeeChart Pro version,
- recompilation will fail.
- Install first the TeeChart Pro v4 packages !
-
- If you are not a teeMach customer, download the
- "Free Upgrade Trial" version of TeeChart Pro 4 from
- our web site.
-
- This upgrade can be found at the "VCL" page, clicking
- on "Trial version Download" link.
-
-
- Installation Steps:
- ====================
-
- 1) Open Delphi 4,3 or C++ Builder 3
-
- 2) Select:
-
- "File -> Open ->"
-
- The open file dialog is displayed.
-
- 3) Select:
-
- "Package files (*.dpk)" ( *.bpk in C++ Builder )
-
-
- 4) Then open the appropiate file:
-
- For Delphi 4: TeeQR44.DPK
-
- For Delphi 3: TeeQR43.DPK
-
- For C++ 3 : TeeQR4C.BPK
-
-
- 5) Now click the "Compile" button.
-
- The package should compile fine.
- If you receive errors, see "TroubleShooting" below.
-
-
- 6) Copy the compiled package to your "\Windows\System" folder.
-
- (Or \WinNT\System32 for Windows-NT )
-
- For Delphi 4 : TeeQR44.BPL
- For Delphi 3 : TeeQR43.DPL
- For C++ 3 : TeeQR4C.BPL
-
-
- 7) Now you can click the "Install" button on the package
- dialog in Delphi or C++ Builder.
-
- This package is both a design-time and run-time package.
-
- This should install the QRChart component at QReport component
- palette.
-
- 8) Remember to check the "Project->Options->Packages" dialog.
-
- The new package name should be listed at the bottom edit-box.
-
- 9) Copy the following compiled units to Delphi "Lib" folder:
-
- QRTee.DCU
- QRTeeReg.DCU
-
- ( For C++ Builder, you should copy these files to \Lib\Obj,
- as well as the *.OBJ files and the *.HPP files to
- the \Include\VCL folder )
-
-
- ---------------------------------------------------------------
- Other Delphi and C++ versions:
-
- For Delphi 1,2 and C++ Builder 1, reinstall the QRTeeReg.pas
- unit at component library. Always check the Linker Search path
- and duplicated units in your disks.
-
- ---------------------------------------------------------------
-
- TroubleShooting:
- ----------------
-
- Most common causes for installation problems are:
-
- -missing files
-
- When Delphi or C++ Builder compile this package, they try
- to find the TeeChart Pro 4 and QuickReport units, either
- in source code (*.pas) or compiled (*.dcu) format.
-
- Check you have the correct paths to all units at
- "Environment -> Options" dialogs.
-
- -wrong files
-
- If you have the original TeeChart Standard version included
- free in Delphi 4,3 or C++ Builder 3, installation can fail
- because the original compiled units have preference over
- the new ones.
- Check for existing TeeChart units at \Lib folder and replace
- them with the new ones. For Delphi 3 and 4, the installers
- do automatically this replacement.
-
- -----------------------------------------------------------------