Linux as Build Target on Delphi FMX
I want to start developing for Linux, but Linux is not available as build destination platform. Windows, Android, macOS and iOS are within the IDE’s list. The package that is missing is named “FMXLinux” as far as I found out.
How to show debug information during code execution on Windows and Linux?
The Delphi function OutputDebugString()
is only for Windows. Is there a version supporting Linux?
How to show debug information during code execution on Windows and Linux?
The Delphi function OutputDebugString()
is only for Windows. Is there a version supporting Linux?
How can you catch keyboard input in an Delphi linux application without ReadLn
I am developing an console application for Linux in RAD Studio 12 Delphi and I would like to be able to catch keyboard input but without waiting for Enter to be pressed.
The behavior is similar to applications such as top
and many others.