zoukankan      html  css  js  c++  java
  • fastreport 3的安装步骤

    安装前请删除原有的FR控件。

    1. “Tools|Environmet options…”中的”Library”标签面下”Library path”添加FastReport路径。
    FastReport\FastQB

    FastReport\FastScript
    FastReport\Source
    FastReport\Source\BDE

    FastReport\Source\ADO

    FastReport\Source\IBX

    FastReport\Source\DBX
    FastReport\Source\ExportPack

    2. 生成汉化文件
    运行”recompile.exe”文件,设置相应选项,我的设置如下:
    1.Select the compiler 设置为 Delphi7
    2.Select the FastReport Version 设置为 Enterprise

    3.Select the TeeChart version 设置为 TeeChartStd

    4.What you want to do 下的 Change language To: 设置为 Chinese (这个还用说)

    3. 编译运行包(其它版本的Delphi选择相对应的文件编译)
    - FastReport\FastQB\fqb70.dpk

    - FastReport\FastScript\fs7.dpk
    - FastReport\FastScript\fsDB7.dpk
    - FastReport\FastScript\fsBDE7.dpk
    - FastReport\FastScript\fsADO7.dpk
    - FastReport\FastScript\fsIBX7.dpk

    - FastReport\Source\frx7.dpk
    - FastReport\Source\frxDB7.dpk
    - FastReport\Source\ADO\frxADO7.dpk
    - FastReport\Source\BDE\frxBDE7.dpk
    - FastReport\Source\IBX\frxIBX7.dpk
    - FastReport\Source\DBX\frxDBX7.dpk
    - FastReport\Source\ExportPack\frxe7.dpk

    4. 复制以下文至Windows\System32目录下
    - fs7.bpl
    - fsDB7.bpl
    - fsBDE7.bpl
    - fsADO7.bpl
    - fsIBX7.bpl
    - frx7.bpl
    - frxDB7.bpl
    - frxADO7.bpl
    - frxBDE7.bpl
    - frxIBX7.bpl
    - frxDBX7.bpl
    - frxe7.bpl
    如果你的Delphi7没有修改环境变量那么这些文件默认是在\Borland\Delphi7\Projects\Bpl目录中。
    这一步我没有做,因为个人感觉复制不复制效果都是一样的。只要程序能找到这些文件就行了!

    5. 编译并安装以下文件
    - FastReport\FastScript\dclfs7.dpk
    - FastReport\FastScript\dclfsDB7.dpk
    - FastReport\FastScript\dclfsBDE7.dpk
    - FastReport\FastScript\dclfsADO7.dpk
    - FastReport\FastScript\dclfsIBX7.dpk

    - FastReport\Source\dclfrx7.dpk
    - FastReport\Source\dclfrxDB7.dpk
    - FastReport\Source\ADO\dclfrxADO7.dpk
    - FastReport\Source\BDE\dclfrxBDE7.dpk
    - FastReport\Source\IBX\dclfrxIBX7.dpk
    - FastReport\Source\DBX\dclfrxDBX7.dpk
    - FastReport\Source\ExportPack\dclfrxe7.dpk

     

     

     

     

    --------------------------------------------------------------------------

     

     

    这是我的安装步骤:

     

     

    1. “Tools|Environmet options…”中的”Library”标签面下”Library path”添加FastReport路径。
    FastReport\FastQB

    FastReport\FastScript
    FastReport\Source
    FastReport\Source\BDE

    FastReport\Source\ADO

    FastReport\Source\IBX

    FastReport\Source\DBX
    FastReport\Source\ExportPack

     

     

    2. 编译并安装以下文件
    - FastReport\FastScript\dclfs7.dpk
    - FastReport\FastScript\dclfsDB7.dpk
    - FastReport\FastScript\dclfsBDE7.dpk
    - FastReport\FastScript\dclfsADO7.dpk
    - FastReport\FastScript\dclfsIBX7.dpk

    - FastReport\Source\dclfrx7.dpk
    - FastReport\Source\dclfrxDB7.dpk
    - FastReport\Source\ADO\dclfrxADO7.dpk
    - FastReport\Source\BDE\dclfrxBDE7.dpk
    - FastReport\Source\IBX\dclfrxIBX7.dpk
    - FastReport\Source\DBX\dclfrxDBX7.dpk
    - FastReport\Source\ExportPack\dclfrxe7.dpk

     

     

    一个一个的做,就可以安装成功了;

  • 相关阅读:
    Kotlin 实现类似 C# 的 Event 事件代码
    nim 语言实现迭代器
    nim 语言使用 concept 实现 c# 的interface
    如何在 asp.net core mvc 项目中管理前端插件的引用
    遇到一个在 WPF 中使用 MessageBox 弹出但在打开后却立即自动关闭的问题
    如何在项目生成成功后,自动构建 nuget 包并复制或发布到指定位置
    在类库开发中,如何设定多个 .net 框架目标
    如何在 IIS 中重定向 http 请求至 https
    在 docker 中部署 phpmyadmin 使用 nginx 代理 https 时出现错误无法登录
    禅道中配置电子邮件发信遇到 SMTP 错误:无法连接到 SMTP 主机,点击重试可以成功
  • 原文地址:https://www.cnblogs.com/ryb/p/2626696.html
Copyright © 2011-2022 走看看