Jump to content

Markus Kinzler

Moderators
  • Content Count

    559
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Markus Kinzler

  1. Markus Kinzler

    JFF: FMX + FR + HTML

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

    JFF: FMX + FR + HTML

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

    PaxCompiler

    @Bob Devinehttps://wiki.freepascal.org/pas2js GPL is just for the compiler, not for created applications
  5. How are the settings for the transcation? Maybe the use of an sequence and NEXT VALUE FOR or GEN_ID() could be an option.
  6. 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.
  7. Markus Kinzler

    WinRT API Resources

    Long live UWP
  8. 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.
  9. 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
  10. 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.
  11. Markus Kinzler

    Any update on the v10.3.3 release?

    They outsourced as much as possible
  12. Markus Kinzler

    Best components for creating windows service apps

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

    FireDataGrid 1.7 for RAD 10.3.2 Rio has been released!

    Afterwards it starts.
  14. Markus Kinzler

    FireDataGrid 1.7 for RAD 10.3.2 Rio has been released!

    Same.
  15. 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
  16. Markus Kinzler

    FireDataGrid 1.7 for RAD 10.3.2 Rio has been released!

    On all examples at startup.
  17. 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
  18. Markus Kinzler

    Report components: good, bad, ugly

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

    Google Play Store - request extension for Delphi apps

    Have you contacted the EMBT support? Hopefully later this month is soon.
  20. 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.
  21. Markus Kinzler

    cocos2d multiplatform

    https://discuss.cocos2d-x.org/t/opengl-deprecation-what-it-means-for-the-future-of-cocos2d-x/42746/37
  22. Markus Kinzler

    cocos2d multiplatform

    OpenGL/OpenGL ES are being deprecated by Apple and will be removed shortly. If you want to use it you need an wrapper to Metal. (MoltenGL for instance; not free!)
  23. Markus Kinzler

    Running the IDE in a VM on Mac Book Pro?

    It's allowed only on macOS hw with a macOS host.
  24. Markus Kinzler

    cocos2d multiplatform

    Or Vulkan being available on all platforms ( on macOS and iOS via MoltenVK, which is part of the official Vulkan SDK). https://vulkan.lunarg.com/sdk/home https://github.com/BeRo1985/pasvulkan
  25. Markus Kinzler

    The 9 Hints in MARS

    Include the unit.
×