[fpc-pascal] IPC on Windows?

Lee Jenkins lee at datatrakpos.com
Thu Jun 12 01:15:07 CEST 2008


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?

This appears to be the case since it works regards of what I set the parameter to.

Thanks again,

-- 

Warm Regards,

Lee




More information about the fpc-pascal mailing list