Jump to content

Keesver

Members
  • Content Count

    91
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Keesver

  1. Keesver

    Retrieve Delphi version used from within an App?

    MadExcept includes the name of the Delphi compiler in their reports. I checked their code, they use a defines to get to the name of the compiler: {$ifdef ver340} // 'compiled with', 'Delphi 10.4 Sydney' {$endif}
  2. I can remember that Remy Lebeau posted some messages on this. Searching for "openssl android remy" will bring you to StackOverflow.
  3. Keesver

    Thinfinity VirtualUI - cloud-based conversion

    We run on Azure...
  4. Keesver

    Thinfinity VirtualUI - cloud-based conversion

    We are preparing to release our software using Thinfinity as an alternative to the desktop version. We did some tests and this showed it worked pretty good. We do want to change our application to make it look more 'web' alike. This means hiding the menu for example. Can't tell yet how performant it will be. You do need a server capable of handling the number of concurrent users of your application though. We were told RDS licenses are not required because Thinfinity does not use the RDS services (which I can confirm after running multiple sessions on the same server without such license). I can't say if Microsoft agrees on this....
  5. Got my copy as well, thanks!
  6. Keesver

    Per monitor DPI awareness - how to prevent flickering?

    A 'trick' we used to improve the behavior while moving windows between monitors was to create a bitmap when the user starts dragging and use this image while dragging. It works very good and only when the user releases the mouse you need to do rescaling.
  7. I think this should be TThread.Synchronize because the code needs to wait for the result.
  8. Hello, We are looking for an FMX developer, experience required. We are located in the Netherlands, but working remote is possible. This is a long term project for at least 3 days per week. Thanks, Kees Vermeulen, A-dato
  9. Keesver

    PaxCompiler

    Yes, see https://github.com/Coldzer0/QuickJS-Pascal Looks like a promising solution too.
  10. Keesver

    PaxCompiler

    Thanks for your reply. Problem is that we are not a 'registered user' of paxCompiler. We are investigating possibilities of adding scripting to our application and paxCompiler seems to have all the right specifications. Maybe someone is willing to sell their license to us? I have contacted Apex but got no reply (yet).
  11. Keesver

    PaxCompiler

    Can I still download the latest (released) version of paxCompiler somewhere, we have a need to add scripting to our application?
×