From bbc6186bbf1b156458f1cf4d6fde755799a9312f Mon Sep 17 00:00:00 2001
From: Ansgar Becker Table of contents
You will need the following software for building HeidiSQL. Install in any order you prefer. -
- Borland Developer Studio is a graphical user interface for developing code, also known as an IDE. + Delphi is a graphical user interface for developing code, also known as an IDE. Delphi was the original name for Borland's IDE products, but nowadays refer to the part of the IDE that deals with code in the Pascal language. You don't need the full-fledged Developer Studio, a plain Delphi IDE is enough to build HeidiSQL. @@ -186,8 +186,7 @@
- Open these projects in Delphi 2006 and perform the action listed.
- Note: Delphi 2007 users will have to open the *.groupproj files instead of *.bdsproj or *.bdsgroup.
+ Open these projects in Delphi 2007 and perform the action listed.
Note: Before you can install components into the IDE, you will also need to either (a) copy the generated BPL files from the build folders to somewhere in your path, or (b) add the build folders to your Delphi PATH environment variable override. The override can be found under Tools --> Options --> Environment Options --> Environment Variables.
| Action | ||
|---|---|---|
| components/edbimage/packages/delphi10/EDBImage.bdsgroup | +components/edbimage/packages/delphi11/EDBImage.groupproj | Build All + Install "DCLSer" |
| components/tntunictrls/packages/delphi10/TntUnicodeVcl.bdsgroup | +components/tntunictrls/packages/delphi11/TntUnicodeVcl.groupproj | Build All + Install "TntUnicodeVcl_Design" |
| components/synedit/packages/delphi10/SynEdit.bdsgroup | +components/synedit/packages/delphi11/SynEdit.groupproj | Build All + Install "SynEditD" |
| components/zeosdbo/packages/delphi10/ZeosDbo.bdsgroup | +components/zeosdbo/packages/delphi11/ZeosDbo.groupproj | Build All + Install "ZComponentDesign" |
| components/heidisql/packages/delphi10/HeidiComponents.bdsproj | +components/heidisql/packages/delphi11/HeidiComponents.groupproj | Build All + Install "HeidiComponents" |
| components/virtualtreeview/packages/delphi10/VirtualTrees.bdsgroup | +components/virtualtreeview/packages/delphi11/VirtualTrees.groupproj | Build All + Install "VirtualTreesD" |
- For your convenience, there is a project group under superpackages/delphi10/heidisql.bdsgroup - (Delphi 2007: superpackages/delphi11/heidisql.groupproj) + For your convenience, there is a project group under superpackages/delphi11/heidisql.groupproj which includes both HeidiSQL and all of it's dependencies.
@@ -317,7 +315,7 @@
Nuke all files in your package output directory, eg. - "%USERPROFILE%\My Documents\Borland Studio Projects\Bpl". + "%ALLUSERSPROFILE%\Documents\RAD Studio\5.0\Bpl"
Then repeat the above step. @@ -349,7 +347,7 @@