Heidisql: Upgrade project files to Delphi 10

Created on 22 Oct 2018  路  6Comments  路  Source: HeidiSQL/HeidiSQL

Currently HeidiSQL sources need to be compiled with a licensed Delphi XE5 Pro version.

Embarcadero provides a free Community Edition of Delphi 10.2 Pro for non-commercial projects. That potentially fixes various issues, including the broken DPI scaling. Also, we would get cool VCL themes along with that update.

Most helpful comment

Oh, my bad. Missed that file. Sure, will use that. Anyway, kudos for upgrading to 10.2. I can finally add some of the features we talked about years ago but they never made it to the repo. I'll just maintain my fork from now on. And possibly PR them, if you find them useful. Like this reformating for the view:

heidi-reformat

All 6 comments

Related issues: #213 and #8

Done and works :)

Ansgar, this is the best news in years! I'm installing it right now and as I have been out of Delphi since D7, will you please guide me to a solution about [dcc32 Error] E1026 File not found: '..\..\res\icon.RES' error? I've got components installed, this .RES thing is popping out for like 15 files ...

Just ignore it, I figured it all out. Used brcc32 on those .rc files, split updater to updater32 and updater64 and now it compiles. Sweet!

You can also use the build-res.bat from the root directory to compile all required .rc files to .res files. Now as I write this, I see I forgot to add a line for the new styles.rc.

Oh, my bad. Missed that file. Sure, will use that. Anyway, kudos for upgrading to 10.2. I can finally add some of the features we talked about years ago but they never made it to the repo. I'll just maintain my fork from now on. And possibly PR them, if you find them useful. Like this reformating for the view:

heidi-reformat

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mpaland picture mpaland  路  5Comments

Ivan-Perez picture Ivan-Perez  路  3Comments

jorisrobijn picture jorisrobijn  路  5Comments

slaFFik picture slaFFik  路  3Comments

andreybatalof picture andreybatalof  路  4Comments