
FastReport企业版源代码6.6.17支持10.4及以上版本,简化管理工具2.0
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
FastReport企业版6.6.17源代码适用于Delphi 10.4及以上版本,新增简化管理工具2.0,提供强大的报表设计和生成功能。
FastReport 6.6.17 Enterprise Source Code for Delphi7 and Delphi27 (10.4 Sydney) FastReport Package Simplification Management Toolkit, version 2.0, released on May 27, 2020.
What is package simplification management? As Fastreport includes a large number of design package files, installing them manually can be tedious. We need an easy solution to handle this issue; the following method may also apply to other package management besides FastReport:
My solution involves copying all files from each package into one folder named by an Environment variable %ProjectHome%. This folder has the following structure:
- `%ProjectHome%\Bin` for BPL files of all packages, including runtime and design time files.
- `%ProjectHome%\LibD7` for Delphi 7 compiled unit files and resource files (dcu, dcp, dfm, res etc.).
- `%ProjectHome%\LibD26` for Delphi XE 10 Rio compiled unit files and resource files (dcu, dcp, dfm, res etc.).
Each folder related to a specific Delphi version may have subfolders that specify platform (Win32, Win64) and configuration (release or debug).
After setting up the folders as described above:
- Double-click REG files to import known design-time packages into the Delphi IDE.
This toolkit includes two sets of functions:
1. Resource translation: Provided by `FR4Trans.exe`, `frccEx.exe` and a script for deploying Chinese resources (`@Deploy.bat`). This function can be used with any language, not just Chinese.
2. Package simplification management: Functioned through scripts such as `@DelUnUsedFiles.bat`, `@Deploy.bat`, `@BuildAllPackages.bat` and REG files in the quickInstall folder.
The source code is included and may be modified freely.
Usage steps:
1. Backup your FastReport source code, then copy all files from this folder to the FastReport home directory.
2. Execute `recompile.exe` to generate version-specific folders and files (Recompile all packages first; change language to Chinese or another preferred one).
3. Run `@DelUnUsedFiles.bat` to remove unused files in the generated folder.
4. Use `@Deploy.bat` to deploy all files to your project home directory.
5. Double-click REG files in the quickInstall folder to install design-time BPLs into Delphi IDE (assuming ProjectHome is D:\Projects; adjust as needed).
6. Optionally, instead of using recompile.exe - Recompile all package, run a customized `@BuildAllPackages.bat` if you have modified any file from step 2.
7. Optionally, execute `res\chinese\@deploy.bat` for formatted Chinese resource code files after translating resources with `res\FR4Trans.exe`. Copy this script to other language folders as needed.
全部评论 (0)


