This solution is applicable only for Delphi 5 Enterprise
edition (or if you have Decision Cube source code).
- Download and install TeeChart4.03PRO for Delphi5.
- Go to the "Components->Install packages" and
remove "Borland Decision Cube components" with the "Remove button.
- Locate Decision Cube source code. It should be located in the
Delphi5 \Source\Decision Cube directory.
- Open DSS50.dpk package. Remove the Tee50.dcp package. Add (on
the same place) Tee45.dcp package. Try to recompile. If you get a complaint about
using "always built package with the never built...", do the following : Click
"Options" speed button. Change "Build control" to "Rebuild as
needed". Try recompiling again.
- Open DclDSS50.dpk package. Remove the DclTee50.dcp package and
replace it with the DclTee45.dcp package. Change "Build control" to
"Rebuild as needed" and recompile.
- Copy DSS50.bpl to Windows \System directory, DclDSS50.dpk to
Delphi 5 \Bin directory and all *.dcu and *.dcp files to Delphi5 \Lib directory.
- Go to the "Component->Install packages" menu and
click "Add" button. Then pick the DclDSS50.bpl package, located in Delphi5 \Bin
directory.
|