delphi控件安装(安装ODAC、TeeChart、TServerSocket、TWSocketServer、TComm)

一、oracle插件安装
delphi7如何安装oracle access控件

假设ODAC主目录在  D:dzjodac
  Delphi7主目录在     D:Program FilesBorlandDelphi7
  1.修改D:dzjodacSourcemake.bat文件如下
    rem Prepare ==============================================================
    rem ======================================================================
    set IDEName=%1
    set IDEVer=%2
    set PrjName=Odac
    set PrjNameL=odac
    set PrjNameU=ODAC
    set IdeDir="D:Program FilesBorlandDelphi7

    注意,上面只有一个",后面没有"
  2.在DOS下进入如下目录 D:dzjodacSourceDelphi7
   打入如下命令..make Delphi 7
   DOS界面如下:D:dzjodacSourceDelphi7>..make Delphi 7
  3.在Delphi7->tools->Environment Options->Library->Library path 中加入如下两项
    D:dzjodacSource
D:dzjodacSourceDelphi7
  4.D:dzjodacSourceDelphi7Odac目录下的所有*.bpl拷贝到
   D:Program FilesBorlandDelphi7Bin 目录下
  5.在Delphi7中Component->Install Packages中添加
D:Program FilesBorlandDelphi7Bindclodac70.bpl

   如果出现一个对话框提示是否要升级,选择“否”

二、Teechar7安装
TeeChart Pro v7 VCL 安装指南(转载)
TeeChart 7.0 With Source在Delphi 7.0中的安装

一、删除Delphi7自带TeeChart
1、Component -> install Packages 中 Remove 所有以Tee开头的包,OK,关闭Delphi7。
2、删除DelphiBin目录下的DclTee70.bpl;
3、删除 WindowsSystem32(或System)目录的以下文件:
Tee70.bpl
Teedb70.bpl
Teeqr70.bpl
Teeui70.bpl

4、删除DelphiLib目录下的以下文件(如果有的话.可以把以下文本建成一个Bat文件,在DelphiLib目录下运行即可。

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

1 启动Delphi,将TeeChart v7.0源文件拷贝到一特定目录,如 Delphi7SourceTeeChart7;
并在Tools-> Environment Options -> Library -> Library Path 中添加该路径;
同时添加以下路径 $(DELPHI)ProjectsBpl,否则下一步编译会有找不到“tee77.dcp”的问题!

2 Open Project打开目录中的 Tee7D7.bpg; Project-> Build All Projects 编译所有项目,
编译生成的文件在$(DELPHI)ProjectsBpl目录中。

3 将Bpl目录中的下列文件拷贝到WindowsSystem32 (或System)目录中:
Tee77.bpl
TeeDB77.bpl
TeeGL77.bpl
TeeImage77.bpl
TeeLanguage77.bpl
TeePro77.bpl
TeeQR77.bpl
TeeUI77.bpl

4、将Bpl目录中的下列文件拷贝到Delphi7Bin目录中:
DclTee77.bpl
DCLTeePro77.bpl
DclTGL77.bpl
DCLTQR77.bpl

5、将Bpl目录中的下列文件拷贝到Delphi7Lib目录中:
DclTee77.dcp
DCLTeePro77.dcp
DclTGL77.dcp
DCLTQR77.dcp
Tee77.dcp
TeeDB77.dcp
TeeGL77.dcp
TeeImage77.dcp
TeeLanguage77.dcp
TeePro77.dcp
TeeQR77.dcp
TeeUI77.dcp

6、安装TeeChart:
Component -> install Packages 中 Add Delphi7Bin目录中以下文件:
DclTee77.bpl
DCLTeePro77.bpl
DclTGL77.bpl
DCLTQR77.bpl (如果没有安装QuickReport,可以不添加此文件)
和WindowsSystem32 (或System)目录中的TeeImage77.bpl;

7、选择简体中文:

新建一工程,添加Additional面板中的TChart放到Form上,选中Chart1, 鼠标右击,
选择Options,在Langague框中再选Chinese Simp,OK。


备注:我进行了测试,TeeChart 6自带的GIFImage在Delphi7中,设计时打开GIF动画时出现死机的Bug已经完全消除了!


三、dpk的安装,
3.1)dpk直接双击,点击编译--install
3.2)安装完毕后,还需要设置环境变量 tools-->Enviroment options--->libary--->libary path--->dpk对应dcu的目录
四、TIpedt安装 安装IPEdit--->IPEdit2004.dpk
五、安装.pas文件 ,一般Component-->install Component-->Into new package--->unit file name(找到pas)--->package file name(找到刚才pas地址,写一个dpk名字,但不能是,pas的名字,否则会有问题)
六、TNMUDP安装 DELPHI_VCLNMUDPlib umudp.pas


六、TServerSocket安装
TServerSocket 其实就在delphi的bin目录下,component--->install packages --->add --->delphi7/bin/dclsockets70.bpl
七、TiLedRound安装
DELPHI_VCLIocomp3.0.4Source VCLiocomp70.dpk 按照dpk安装方法进行安装
八、TComm安装
TComm的安装与普通的pas不太一样
Component--->Install Component --->Into exitsing package--->unit file name(C:workingmydelphidelphi上位机调试软件(新板本)SPCOMMSPComm.pas)--->package filename(C:Program FilesBorlandDelphi7Libdclusr.dpk)
九、TRzSpacer 没有找到
Raize.Components.v5.1 安装
十、CoolTrayIcon 没有找到
按照安装pas方法进行安装 DELPHI_VCLCoolTrayIcon
十一、TWSocketServer找不到
C:workingdownicsForD7DelphiVc32OverbyteIcsDel70.dpk

原文地址:https://www.cnblogs.com/findumars/p/6493374.html