On Tue, 30 Aug 2005 15:18:07 +0200 (Romance Daylight Time)
Michael Van Canneyt <[EMAIL PROTECTED]> wrote:

> On Tue, 30 Aug 2005, Micha Nelissen wrote:
> 
> It works. They even forgot to mention sockets.

Hmmmm :-)

> The point is that it interferes with the message queue. in other words,
> while using WaitForSingleObject(), your app will not respond to messages.

Yes, but that's the same for any handle, be it event, or file or whatever,
right?
 
> That is why they recommend MsgWaitForMultipleObjects(), this should work on 
> both,
> and will warn about files and about arrived messages.
> 
> In each case, I have everything working now both on Windows and Linux,
> both command-line and GUI apps. I'll commit the SimpleIPC implementation
> in the FCL.
> 
> I can send the rest (GUI demo apps & debugserver stuff) to the lazarus team,
> if they want.

Yes please. Send it to [EMAIL PROTECTED] (in case you didn't know).

Micha

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to