[fpc-pascal] Serial to TCP gateway in FPC?
Mark Morgan Lloyd
markMLl.fpc-pascal at telemetry.co.uk
Tue Jun 27 09:40:39 CEST 2017
On 26/06/17 22:30, Bo Berglund wrote:
> My problem here is the fact that the RPi is headless so the GUIprogram I have written with Lazarus will not work. Instead I have tomake a console version that can run on RPi for the test and here Ihave the concern that I am using Application.Processmessages, which Ibelieve cannot be used in a console program.How can I replace it?
You're obviously correct that APM doesn't exist in a text-only program
because it's part of the LCL. But I think you need to ask yourself why
you need to /replace/ it, rather than just removing it.
--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk
[Opinions above are the author's, not those of his employers or colleagues]
More information about the fpc-pascal
mailing list