您的位置首页生活小窍门

FastReport的专业版和企业版安装

FastReport的专业版和企业版安装

本文是介绍fastreport4.12在delphi2010上的安装过程,其他版本的delphi和fastreport肯定有差异,但是大致差不多的。

删除以前老的版本的fastreport。

1.1 在Delphi的IDE中,选择“tools|Options|library-win32|Directories”菜单

1.2 到"Library" 选项, 选择"Library path" 一栏

1.3 删除以前FastReport的路径

添加程序的路径

2.1 在Delphi的IDE中,选择“tools|Options|library-win32|Directories”菜单

2.2 到"Library" 选项, 选择"Library path" 一栏

2.3 添加文件路径:FastReport 4 \ FastScript,FastReport4 \Source,

FastReport4 \Source\ BDE,ADO,IBX,DBX,ExportPack,FastReport 4\libD14(这个根据版本的差异,我的是delphi2010所以用这个。

编译运行的包

3.1 编译以下的包,重复步骤3.2-3.4:

- FastReport的4 \ FastScript \ FS * .dpk(* =你的Delphi的版本,2010是14,以下就不重复了)

- FastReport的4 \ FastScript \ FSDB * .dpk

- FastReport的4 \ FastScript \ fsBDE * .dpk

- FastReport的4 \ FastScript \ fsADO * .dpk

- FastReport的4 \ FastScript \ fsIBX * .dpk

- FastReport的4 \ FastScript \ fsTee * .dpk

- FastReport的4 \Source\ FRX * .dpk

- FastReport的4 \Source\ frxDB * .dpk

- FastReport的4 \Source\ ADO \ frxADO * .dpk

- FastReport的4 \Source\ BDE \ frxBDE * .dpk

- FastReport的4 \Source\ IBX \ frxIBX * .dpk

- FastReport的4 \Source\ DBX \ frxDBX * .dpk

- FastReport的4 \Source\ frxTee * .dpk

- FastReport的4 \Source\ ExportPack \ frxe * .dpk

3.2 运行"File|Open project..."菜单,选择 "Delphi package (*.dpk)" 类型的文件

3.3 按“compile”按钮

3.4 关闭此次对话框

复制运行包到系统文件夹

把 FastReport4\LibD*文件夹里的如下文件复制

到Windows \ System32文件夹(或Windows \ SYSTEM对Win9X / Me)里:

- FS * .bpl(* =你的Delphi的版本)

- FSDB * .bpl

- fsBDE * .bpl

- fsADO * .bpl

- fsIBX * .bpl

- fsTee * .bpl

- FRX * .bpl

- frxDB * .bpl

- frxADO * .bpl

- frxBDE * .bpl

- frxIBX * .bpl

- frxDBX * .bpl

- frxTee * .bpl

- frxe * .bpl

Compile and install 所需开发包

5.1. 重复步骤5.2-5.5安装以下.dpk文件:

- FastReport 4\FastScript\dclfs*.dpk (* = delphi的版本)

- FastReport 4\FastScript\dclfsDB*.dpk

- FastReport 4\FastScript\dclfsBDE*.dpk

- FastReport 4\FastScript\dclfsADO*.dpk

- FastReport 4\FastScript\dclfsIBX*.dpk

- FastReport 4\FastScript\dclfsTee*.dpk

- FastReport 4\Source\dclfrx*.dpk

- FastReport 4\Source\dclfrxDB*.dpk

- FastReport 4\Source\ADO\dclfrxADO*.dpk

- FastReport 4\Source\BDE\dclfrxBDE*.dpk

- FastReport 4\Source\IBX\dclfrxIBX*.dpk

- FastReport 4\Source\DBX\dclfrxDBX*.dpk

- FastReport 4\Source\dclfrxTee*.dpk

- FastReport 4\Source\ExportPack\dclfrxe*.dpk

5.2. 打开开发包 ("File|Open project..."菜单, 选择 "Delphi

以上的文件类型)

5.3. 右击选择的文件,选择 "Compile"

5.4. 选择 "Install"

5.5. 关闭此次安装窗口, 不要保存此次文件!