From bbc6186bbf1b156458f1cf4d6fde755799a9312f Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Sun, 18 May 2008 18:25:14 +0000 Subject: [PATCH] Update readme.html after removing D10 support. Stick to Delphi 2007 relevant directories, files and names where relevant. --- readme.html | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/readme.html b/readme.html index d5663444..5f0b422a 100644 --- a/readme.html +++ b/readme.html @@ -57,7 +57,7 @@

Table of contents

  1. Prerequisites
  2. -
  3. What is Borland Developer Studio / Delphi?
  4. +
  5. What is Delphi?
  6. Downloading the source code
  7. Quick-start tutorial
  8. Manual build
  9. @@ -77,7 +77,7 @@

    You will need the following software for building HeidiSQL. Install in any order you prefer. -

    +

    @@ -94,9 +94,9 @@
    -

    What is Borland Developer Studio / Delphi?

    +

    What is Delphi?

    - 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.

    @@ -196,27 +195,27 @@ - + - + - + - + - + - +
    Action
    components/edbimage/packages/delphi10/EDBImage.bdsgroupcomponents/edbimage/packages/delphi11/EDBImage.groupproj Build All + Install "DCLSer"
    components/tntunictrls/packages/delphi10/TntUnicodeVcl.bdsgroupcomponents/tntunictrls/packages/delphi11/TntUnicodeVcl.groupproj Build All + Install "TntUnicodeVcl_Design"
    components/synedit/packages/delphi10/SynEdit.bdsgroupcomponents/synedit/packages/delphi11/SynEdit.groupproj Build All + Install "SynEditD"
    components/zeosdbo/packages/delphi10/ZeosDbo.bdsgroupcomponents/zeosdbo/packages/delphi11/ZeosDbo.groupproj Build All + Install "ZComponentDesign"
    components/heidisql/packages/delphi10/HeidiComponents.bdsprojcomponents/heidisql/packages/delphi11/HeidiComponents.groupproj Build All + Install "HeidiComponents"
    components/virtualtreeview/packages/delphi10/VirtualTrees.bdsgroupcomponents/virtualtreeview/packages/delphi11/VirtualTrees.groupproj Build All + Install "VirtualTreesD"
    @@ -230,7 +229,7 @@ Action - packages/delphi10/heidisql.bdsproj + packages/delphi11/heidisql.dproj Build All @@ -256,8 +255,7 @@ Thus the "Install" step is no longer necessary, "Build" is all that is needed!

    - 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 @@

    Component installation seemed to work, but components are still missing

    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 @@

  10. Nuke all files in your package output directory, eg. - "%USERPROFILE%\My Documents\Borland Studio Projects\Bpl".
  11. + "%ALLUSERSPROFILE%\Documents\RAD Studio\5.0\Bpl".
  12. Nuke all files from all HeidiSQL "build" directories, for example by performing a fresh checkout.
  13. @@ -388,7 +386,7 @@
    1. Go to Tools > Options > Editor Options > Code Insight
    2. Uncheck at least "Error Insight"
    3. -
    4. Restart Borland Developer Studio
    5. +
    6. Restart Delphi