Delphi-Starter 10.2

hhoefling's profile image hhoefling posted 7 years ago in General Permalink

Has anyone tryed to compile HeidiSQL with Delphi-Starter 10.2 (or 10.1) It has no ADO support, but mysql shut go.

ansgar's profile image ansgar posted 7 years ago Permalink

You definitely need ADO support in Delphi for getting HeidiSQL compiled. Only Professional editions and up have ADO support, Starter most probably not.

hhoefling's profile image hhoefling posted 7 years ago Permalink

I have Delphi2010Pro,

but this is to old for synedit ... :-(

hhoefling's profile image hhoefling posted 7 years ago Permalink

Now it runs with Delphi Starter 10.2 (Tokyo)

I have done:

  • little Tweeks at synedit/virtualtree component for Compiler25/VER320
  • uncomment ADO-Unit in dbconnections.pas
  • uncomment all TAdo... and TPq... Classes/Routines in dbconnections.pas Compile....

it runs!

but only in English, Where are the other Languages?

Thank's Ansgar for this Software.

lg Heinz

1 attachment(s):
  • heidisql
ansgar's profile image ansgar posted 7 years ago Permalink

Well you won't be able to use PostgreSQL and MSSQL then, but if you don't care that may be ok for you.

If you want languages to be included, these have to be

  1. pulled from Transifex
  2. then compiled to .mo files, with such a command line: "extra\internationalization\msgfmt.exe" -o out\locale\bg\LC_MESSAGES\default.mo out\locale\bg\LC_MESSAGES\default.po
  3. merged into the compiled heidisql.exe: extra\internationalization\assemble.exe out\heidisql.exe --dxgettext

But I highly recommend to put the wanted .po file under out/locale/[your-locale]/LC_MESSAGES/default.po - without compiling to .mo format.

hhoefling's profile image hhoefling posted 7 years ago Permalink

Ok, but from Transifex i become an 403 Error. I only want the German.po file for use in "out/locale/de-DE/LC_MESSAGES/default.po"

ansgar's profile image ansgar posted 7 years ago Permalink

You probably need to log into Transifex, and if you don't have an account there, you also may need to register there.

ansgar's profile image ansgar posted 7 years ago Permalink

Or just download the attached .po file and put it in out\locale\de\LC_MESSAGES\

1 attachment(s):

Please login to leave a reply, or register at first.