[fpc-pascal] IPC on Windows?
Lee Jenkins
lee at datatrakpos.com
Thu Jun 12 01:30:30 CEST 2008
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
More information about the fpc-pascal
mailing list