Lee Jenkins wrote:
Vincent Snijders wrote:
Lee Jenkins schreef:

Does the FPC IPC implementation work on windows?


I have not used it, but yes, it works.

Vincent

I fished around and found the ipc demo in fpc directory, work great. I'm curious if anyone can tell me in about the SendMessage method:

Procedure SendMessage(MsgType : TMessageType; Stream: TStream);

The TMessageType is just a longint. I'm assuming that this is just for my reference so I can determine on the server side how to handle a message, correct?


Wow, I'm batting a thousand today. Contansts for message type are right above the TMessageType declaration. Sorry.

--

Warm Regards,

Lee


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to