VCL Component Delphi компоненты / Delphi components # 9

emailx45

Бывалый
Staff member
Moderator
FastReport v6.6.2 - Installer
[SHOWTOGROUPS=4,19,20]- old key still working


Summary TotalVirus scan
NONE VIRUS DETECTED

Basic Properties
MD5
798957489903cfaed6bf1e9395712a3c
SHA-1
bce4f7b51778a1d824d49484338f01192b62eb00
SHA-256
7c393bcfd557347ba99eac88dd74be39a44d39f7a77519428d07f1a3e0c6941d
Vhash
097046655d151035z100687z2045z22z1efz
Authentihash
ee0bbaa44517d99b3d7baa36ed62c033d68ea8b06d6d1357c78b6683a1a73013
Imphash
eaefd1169420dcee9fef7c65aa268740
SSDEEP
1572864:8XnIqqxB2skgb73KZCQ8WD+wZ39dixP0teFIgl2o44S5zNjYUSiU1Q+jX3IAZ/Kv:8XHi2Li73KZCQlqwZ6d0tUl2YS1DjUK3
File type
Win32 EXE
Magic
PE32 executable for MS Windows (GUI) Intel 80386 32-bit
File size
92.20 MB (96677096 bytes)

[/SHOWTOGROUPS]
 
Last edited:

emailx45

Бывалый
Staff member
Moderator
FirePower v12.0.5.7
[SHOWTOGROUPS=4,19,20]
Steps to use are:

is my example default: C:\Program Files (x86)\woll2woll\firepower\12\

1. Download the ZIP file.

2. Copy all files to C:\Program Files (x86)\woll2woll\firepower\12\ and C:\Users\Public\Documents\Embarcadero\.

3. Start Delphi Rio.
Add component | install packages | Add... > Choose
"C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\dfmxinfopower260.bpl'

4, add "C:\Program Files (x86)\woll2woll\firepower\12\lib\20.0\Android\release" to Android search Library path,

5, add "C:\Program Files (x86)\woll2woll\firepower\12\lib\20.0\Win32" to Win32 search Library

Add to your hosts file list -
127.0.0.1 reg.woll2woll.com


[/SHOWTOGROUPS]
 
Last edited:

emailx45

Бывалый
Staff member
Moderator
FastReport Package Simplification Management Toolkit
by xander.xiao@gmail.com, version 1.0, 2020-4-1
*Interessant :)

What is Package simplification management ?
As Fastreport include a stack of design package files, it is boring to install these packages manually, we need a easy way to work out it,
here is my solution which may apply to any package management besides Fastreport:
My solution, in a brief, copy all files of all packages in one folder which is named by a Environment varible %ProjectHome% which has following structure:
%ProjectHome%\Bin for all BPL files of all packages, 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 Delphi version related folder may have platform (Win32,Win64 etc.) and configuration (release or debug) specified subfolders.
after that, double click REG files to import Delphi known design time packages.


This toolkit include two sets:
1. Resource translation, this function is provided by res\FR4Trans.exe, res\frccEx.exe and res\Chinese\@Deploy.bat, besides Chinese it can work with any language
2. Package simplification management, it is functioned by @DelUnUsedFiles.bat,@Deploy.bat,@BuildAllPackages.bat and REG files in quickInstall folder
All source code included, you can modified freely.


Usage:
step0: Make a backup of your fastreport source code, then copy all files in this folder to FastReport home folder.
Step1: Execute recompile.exe to generate specified version related folder and files (Recompile all package first, then Change Language to Chinese or othor one).
step2: Execute @DelUnUsedFiles.bat to delete unused files in the folder which step1 generated.
step3: Execute @Deploy.bat to deploy all files to the project home folder.
step4: Double Click reg files in quickInstall folder to install design time BPLs in Delphi IDE, here assume that your ProjectHome is D:\Projects, you may change it.
step5: optional, Instead of "recompile.exe-Recompile all package", Execute customized @BuildAllPackages.bat to recompile all package files if you modified any file in the folder which step1 generated.
Step6: optional, Instead of "recompile.exe-Change Language to", Execute res\chinese\@deploy.bat if you need very formated Chinese resource code files, before this, you can Execute res\FR4Trans.exe to do translating in your prefered way, you may copy.
[SHOWTOGROUPS=4,19,20]

600kb
[/SHOWTOGROUPS]
 
Last edited:

emailx45

Бывалый
Staff member
Moderator

Beast_Power

Турист
FB4D – The OpenSource Cross-Platform Library for Firebase
[SHOWTOGROUPS=4,20]
For the Google Cloud database Firebase, there was no complete library for Delphi. The new open source library FB4D closes this gap and supports the Firebase Realtime DB, the new Firestore DB, the Firebase Storage (for file storage) and Firebase Functions (for calling server functions).

For authentication, FB4D currently supports email/password authentication and anonymous login.

The library builds on the Firebase REST-API and provides all functionality with synchronous and asynchronous methods for the usage within GUI application, services and background threads. Both frameworks VCL and Firemonkey are supported. The library is a pure source code library and relies on class interfaces. For clean and short application code it supports fluent interface design.

FB4D Source Download

FB4D Main Github Page
[/SHOWTOGROUPS]
 
Last edited by a moderator:
Top