[fpc-devel] procedure ... message(); in Linux

Michael Schnell mschnell at lumino.de
Thu Feb 18 14:16:03 CET 2010


On 02/18/2010 09:21 AM, Graeme Geldenhuys wrote:
>
>> How to send a message from another process ?
>>     
>
> On example would be to use IPC as defined in the SimpleIPC unit - part of
> FCL. SimpleIPC documentation can be found at:
>
>   http://www.freepascal.org/docs-html/fcl/simpleipc/index.html
>
>   

Yep. Here you need to do a server and a client and it does not seem to
use "procedure .... message". But In Delphi/Windows you don't need to
create a server. Just using "procedure .... message" is enough o receive
a message from another process. If this is possible with FPC/Linux, I
should make sure that it's still possible with the NoGUIApplication package.

-Michael



More information about the fpc-devel mailing list