Jump to content

Markus Kinzler

Moderators
  • Content Count

    564
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Markus Kinzler

  1. Markus Kinzler

    OS Updates

    Sample for WUA Api in Delphi: https://theroadtodelphi.com/2011/03/02/search-for-installed-windows-updates-using-delphi-wmi-and-wua/ http://private-storm.de/2009/07/01/windows-update-agent-api/
  2. Markus Kinzler

    OS Updates

    https://docs.microsoft.com/en-us/windows/win32/api/_wua/
  3. Markus Kinzler

    Connection string encryption

    You may encrypt it with Rijndael (AES). Where are several libraries wich support it.
  4. Markus Kinzler

    language updates in 10.4?

    Managed Records were removed at last minute for 10.3 and postponed to 10.4
  5. Markus Kinzler

    10.4 Beta with Update Subscription

    But again belated. Start of beta in april for a product being addressed for release "early 2020"
  6. Markus Kinzler

    JFF: FMX + FR + HTML

    https://www.facebook.com/groups/137012246341854/permalink/2895263017183416/
  7. Markus Kinzler

    JFF: FMX + FR + HTML

    The latter.
  8. SELECT * FROM CARDS_TABLE WHERE TAGS containing :taguid ORDER BY LOWER(NAME) ASC;
  9. Markus Kinzler

    PaxCompiler

    @Bob Devinehttps://wiki.freepascal.org/pas2js GPL is just for the compiler, not for created applications
  10. How are the settings for the transcation? Maybe the use of an sequence and NEXT VALUE FOR or GEN_ID() could be an option.
  11. Markus Kinzler

    Sourcetrail support for Delphi

    LLVM is under a BSD-like licence not GPL. And using other people work is quite the opposite of contribute to it.
  12. Markus Kinzler

    WinRT API Resources

    Long live UWP
  13. Markus Kinzler

    Delphi 5 to Delphi 10.1

    This statement could be misunderstood. UDP is connectionless in itself, but this could be done by higher level protocols. In bad conditions (bad network connection) the udp based tftp is much more reliable as ftp, which is a based on tcp.
  14. Markus Kinzler

    Firebird 3 and SP in Object Pascal

    https://firebirdsql.org/file/documentation/release_notes/html/en/3_0/rnfb30-engine.html#rnfb30-engine-extengines https://github.com/FirebirdSQL/firebird/tree/master/examples/udr http://www.firebirdsql.org/file/community/ppts/fbcon11/Firebird3Plugins2011.pdf
  15. Markus Kinzler

    InterBase or Firebird?

    Interbase and FireBird also got embedded versions without the need of a server. The databse files are compatible to the server version.
  16. Markus Kinzler

    Any update on the v10.3.3 release?

    They outsourced as much as possible
  17. Markus Kinzler

    Best components for creating windows service apps

    There is a link to a svn-Repository
  18. Markus Kinzler

    FireDataGrid 1.7 for RAD 10.3.2 Rio has been released!

    Afterwards it starts.
  19. Markus Kinzler

    FireDataGrid 1.7 for RAD 10.3.2 Rio has been released!

    Same.
  20. Markus Kinzler

    FireDataGrid 1.7 for RAD 10.3.2 Rio has been released!

    Windows 10 1903, but on older version, too. Locale de_DE
  21. Markus Kinzler

    FireDataGrid 1.7 for RAD 10.3.2 Rio has been released!

    On all examples at startup.
  22. Markus Kinzler

    Firebird Encryption options

    Firebird 3 support over-the-wire encryption out of the box. https://firebirdsql.org/file/documentation/release_notes/html/en/3_0/rnfb30-security-wirecrypt.html
  23. Markus Kinzler

    Report components: good, bad, ugly

    In FastReport you can export into other formats like excel, word etc. also.
  24. Markus Kinzler

    Google Play Store - request extension for Delphi apps

    Have you contacted the EMBT support? Hopefully later this month is soon.
  25. Markus Kinzler

    Running the IDE in a VM on Mac Book Pro?

    If that's true then it's true for all hardware from the competitors, too.
×