> The ANSI string is not the problem (in my thinking). The main
> problem I have is that Linux does not have a message pump, so I
> don't know how to support events.
That is why the FMX version of ICS has lots of extra units, like
Ics.Posix.Messages.pas that 'Emulates Windows messages on MacOS'
> The other problem is the lack of TForm for Linux. It seems that the Ubuntu
server (witch I have installed) is only a command line thing.
The only difference with the "server" is the initial installation program
will use a set of packages which has no GUI included.
If you need a GUI, like I do, j
The ANSI string is not the problem (in my thinking). The main problem I
have is that Linux does not have a message pump, so I don't know how to
support events. I should study the Linux kernel, but did not found the
time for it.
The other problem is the lack of TForm for Linux. It seems that th
Embarcadero has today released RAD Studio 10.2 Tokyo.
The main improvement is a Delphi Linux compiler, supporting Ubuntu
Server (Ubuntu 16.04 LTS) and RedHat Enterprise Linux (version 7).
The full list of changes is at:
http://docwiki.embarcadero.com/RADStudio/Tokyo/en/What's_New
The ICS dow