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

Graeme Geldenhuys graemeg.lists at gmail.com
Thu Feb 18 18:24:44 CET 2010


Sorry, I posted the reply to the Lazarus list by accident.


---------- Forwarded message ----------
From: Graeme Geldenhuys <graemeg.lists at gmail.com>
Date: 18 February 2010 19:16
Subject: Re: [fpc-devel] procedure ... message(); in Linux
To: Lazarus mailing list <lazarus at lists.lazarus.freepascal.org>


On 18 February 2010 15:16, Michael Schnell <mschnell@*****> wrote:
>
> Yep. Here you need to do a server and a client and it does not seem to

"client/server" is just a term used for communications. You could use pipes too.


> use "procedure .... message". But In Delphi/Windows you don't need to
> create a server. Just using "procedure .... message" is enough o receive

Well that "message" feature is Windows technology, and Delphi was
designed ONLY for Windows, so obviously it's not going to be the same
on other platforms. IPC is an alternative to accomplish a similar
task, and it works on multiple platforms.


--
Regards,
 - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



-- 
Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the fpc-devel mailing list