TeeChart 8.01 With Source在Delphi 7.0中的安装

本文详细介绍了如何在Delphi7中卸载自带的TeeChart组件,并安装TeeChartProv7.0FullSources版本的过程。包括删除原有组件、添加自定义源文件路径、编译新组件等步骤。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >


参考:http://www.360doc.com/content/10/1012/22/3572432_60499559.shtml

此为参考加自己实践安装说明,其中TeeRecompile.exe编译出错因为没安装含源文件的QuickReport导致,摸索了2天,最后网上下载QuickReport,安装后,不再提示,

未找到QR4D7错误。


一、删除Delphi7自带TeeChart 
1、Component -> install Packages 中 Remove 所有以Tee开头的包,OK,关


闭Delphi7。
2、删除Delphi\Bin目录下的DclTee70.bpl; 
3、删除 \Windows\System32(或System)目录的以下文件: 
Tee70.bpl 
Teedb70.bpl 
Teeqr70.bpl 
Teeui70.bpl


4、删除Delphi\Lib目录下的以下文件(如果有的话.可以把以下文本建成一个


Bat文件,在Delphi\Lib目录下运行即可。


del QRTEE.dcu 
del dcltee.dcp 
del tee.dcp 
del TeeAbout.dcu 
del TeeAbout.dfm 
del teebmps.res 
del TeeConst.dcu 
del teedb.dcp 
del TeeFunci.dcu 
del TeeGally.dcu 
del TeeGally.dfm 
del TeeLisB.dcu 
del TeEngine.dcu 
del TeePoEdi.dcu 
del TeePoEdi.dfm 
del TeePrevi.dcu 
del TeePrevi.dfm 
del TeeProcs.dcu 
del teeqr.dcp 
del teeresou.res 
del TeeShape.dcu 
del teeui.dcp 
del TeExport.dcu 
del TeExport.dfm 
del TeCanvas.dcu 
del Chart.dcu 
del ArrowCha.dcu 
del BubbleCh.dcu 
del EditChar.dcu 
del GanttCh.dcu 
del Series.dcu


二、安装TeeChart Pro v7.0 Full Sources(感觉不删除原teechart直接进行


下面步骤,也可以,没试,安装8.01版本)


1 启动Delphi,将TeeChart v7.0源文件拷贝到一特定目录,如 \Delphi7


\Source\TeeChart7; 
并在Tools-> Environment Options -> Library -> Library Path 中添加该


路径; 
同时添加以下路径 $(DELPHI)\Projects\Bpl,否则下一步编译会有找不到


“tee77.dcp”的问题!
2.在TeeChart安装文件中找到TeeRecompile.exe,双击打开,选择sources文


件夹所在路径,点begin开始编译,(如果出现Tee8QR4D7编译出错,QR4D7 


not found错误,则需先安装


Quick.Report.Professional.v4.07.for.Delphi.7.Full.Source-SSG,非


delphi7自带版QuickReport,网上下载带完全源码的,问题解决)
3.dejoy.teechart.v8.01.FullSource\Sources\Teechart\Delphi7中找到


TeeInstall.exe双击安装
=========================== TeeChart Pro v8 VCL / CLX 100% Full Source Code Steema Software SL http://www.steema.com info@steema.com --------------------------- Thank You for Registering TeeChart Pro Source code. The source code can be modified or expanded for your own compiled applications. You can not resell or redistribute in any way this source code as it is or modified. See the License.txt document for complete licensing and disclaimer issues. Recompiling Packages: ---------------------- Kylix: ------ Please follow the installation guidelines found at Kylix.txt file. Borland Developer Studio 2006, Delphi 2005.NET and Delphi 8 for .NET: -------------------------------------- Open the Steema.TeeChart.VCL project group: Steema.TeeChart.VCL.bdsgroup and build all projects. .NET Destination of runtime packages: ------------------------------------- You might optionally want to install TeeChart for VCL.Net assemblies (packages) into .NET Framework "GAC" (Global Assembly Cache): gacutil /i Steema.TeeChart.VCL.dll gacutil /i Steema.TeeChart.VCL.Languages.dll gacutil /i Steema.TeeChart.VCL.Design.dll .NET Installation: ------------------ Under Delphi .NET, go to Component->Installed .NET Components and browse and select the Steema.TeeChart.VCL.Design.dll assembly (design-time package for VCL Forms applications). Delphi / C++ Builder: --------------------- In Delphi and C++ Builder you can recompile the TeeChart Pro packages opening the appropiate Project Group File (*.bpg) BDS 2006: Tee8D10.bpg Delphi 2005: Tee8D9.bpg Delphi 7: Tee8D7.bpg Delphi 6: Tee8D6.bpg Delphi 5: Tee8D5.bpg Delphi 4: Tee8D4.bpg C++ Builder 6: Tee8BCB6.bpg C++ Builder 5: Tee8BCB5.bpg C++ Builder 4: Tee8BCB4.bpg Double-click the first package ( ie: Tee89 ) and select "Project -> Build All packages" to recompile all packages. Please remove old package files and close all projects before recompiling. Destination of runtime packages: -------------------------------- \Windows\System (\WinNT\System32) : Teexx.bpl TeeDBxx.bpl TeeUIxx.bpl TeeGLxx.bpl TeeQRxx.bpl TeeProxx.bpl TeeImagexx.bpl TeeLanguagexx.bpl Installation of packages: -------------------------- Under Delphi / C++ Builder IDE, select Component->Install Packages. Make sure older TeeChart packages are removed from the package list. Select and Add the following design-time packages: For BDS 2006 and Delphi 2005: DclTeeProxx.bpl For all other Delphi and C++Builder versions: DCLTeexx.bpl DCLTQRxx.bpl DCLTeeProxx.bpl DCLTGLxx.bpl and: \Windows\System\TeeImagexx.bpl Installation errors: --------------------- Problems when installing packages in Delphi / C++ Builder arise when old or duplicate *.bpl (*.dpl) files are still located in the system path (\Windows\System or \WinNT\System32). Other causes are: -Improper modification of source code. -Old or duplicate *.DCP or *.DCU or *.OBJ files. Modifications: -------------- If you modify TeeChart Pro source code or fix a bug, you can email us this info so we can apply the same changes for next coming upgrades if they can benefit to other programmers. Support: -------- Please direct your questions to our Support Central Web Site: http://support.steema.com ------------------------------------------------------------- Thanks for TeeCharting ! Steema Software www.steema.com
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值