File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,22 @@ Delphi 12.1 is required for building HeidiSQL for Windows. Older Delphi versions
1616of the other free compilers cannot currently compile HeidiSQL.
1717
1818Once Delphi is installed, you need to load the SynEdit project from the components folder. Build both run-time and design-time packages. Install the
19- design-time package. Do the same for the VirtualTree component project, and install madExcept.
19+ design-time package. Do the same for the VirtualTree component project.
20+
21+ Second you need install [ madExcept] ( http://madshi.net/madCollection.exe ) .
22+
23+ Third compile * .rc files:
24+
25+ | folder | file | command |
26+ | ------ | ------ | ------ |
27+ | HeidiSQL/source/vcl-styles-utils | AwesomeFont.RC| brcc32 AwesomeFont.RC|
28+ | HeidiSQL/res| icon.rc | cgrc icon.rc |
29+ | HeidiSQL/res| icon-question.rc | brcc32 icon-question.rc |
30+ | HeidiSQL/res| version.rc | brcc32 version.rc |
31+ | HeidiSQL/res| manifest.rc | manifest.rc |
32+ | HeidiSQL/res| styles.rc | brcc32 styles.rc |
33+ | HeidiSQL/res| updater.rc | brcc32 updater.rc |
34+ > if updater.rc and updater.exe are not exists. you can copy them from updater64.rc and updater64.exe.
2035
2136Afterwards, load the HeidiSQL project from the packages folder.
2237
You can’t perform that action at this time.
0 commit comments