装了Teechart5.0 pro for delphi5后Decision cube用不了?(100分)

  • 主题发起人 主题发起人 小芮
  • 开始时间 开始时间

小芮

Unregistered / Unconfirmed
GUEST, unregistred user!
如何解决?请给出具体步骤。
另,有无类似Decision cube的控件(可以打印),有的话我再加分。
 
那位能给我一个tprintdecisiongrid吗?
marcorui@sina.com 谢了。
 
请参考teechart的说明。
大概的步骤如下:
- 到DELPHI5/SOURCE/Decision Cube 找DSS50.dpk 和 dcldss50.dpk
- 把里面的tee50.dcp (或tee45.dcp) 取掉,加入tee55.dcp在重新compile
 
我也遇到了这个问题,需要重新编译Decision Cube ,但我重编DSS50.dpk 时正常通过,
编译dcldss50.dpk却不能通过,需要一个什么‘chartReg’包,谁解决了这个问题可到
http://www.delphibbs.com/delphibbs/dispq.asp?lid=590038拿分
附:重新编译Decision Cube 步骤:
1.do
wnload and install TeeChart Pro v5 for Delphi 5.
(Available at www.steema.com, Customerdo
wnloads)
2. Select "Components->Install packages" in Delphi 5, and remove
"Borland Decision Cube components" with the "Remove button.
3. Locate the Decision Cube source code. It should be in the Delphi5
/Source/Decision Cube directory.
4. Open the DSS50.dpk package. Remove the Tee50.dcp package and add
(on the same place) the Tee55.dcp package and recompile. If you
get a complaint about "always built package with the newer built...",
then
click on "Options" speed button and change:
"Build control" to "Rebuild as needed", and recompile.
5. Copy the new DSS50.bpl to Windows /System directory. Copy all
newly compiled *.dcu and *.dcp files to the Delphi5 /Lib directory.
6. then
open the DclDSS50.dpk package and remove the DclTee50.dcp
package and replace it with the DclTee55.dcp package.
Change "Build control" to "Rebuild as needed" and recompile.
7. Copy the newly recompiled DclDSS50.bpl to Delphi5 /Bin directory
and newly compiled *.dcu and *.dcp files to Delphi5 /Lib directory.
8. Select "Component->Install packages" menu and click the "Add" button.
then
select the new DclDSS50.bpl package, located in
Delphi5 /Bin directory.
 
我记得是TEECHART 5 把 chartReg 改为另一个文件名. 在USES 将 chartReg
换成新名就能COMPILE 成功.
 
能否告之在哪可以DownLoad的到?
 
不必DOWNLOAD. 打开SOURCE/DECISION CUBE/MXREG.PAS,
将 USES 里的CHARTREG 改为 TEECHARTREG 就能COMPILE 成功.
 
大家自己试试吧
 
后退
顶部