Re: [fpc-pascal] InterProcessCommunication

2009-09-06 Thread Michael Van Canneyt
On Sun, 6 Sep 2009, Koenraad Lelong wrote: Hi, I would like to use some form of IPC, but I would like some examples. In the rtl-reference I found working examples with sockets, but these use deprecated functions. I translated them to up-to-date functions but I don't know how to read from the s

[fpc-pascal] InterProcessCommunication

2009-09-06 Thread Koenraad Lelong
Hi, I would like to use some form of IPC, but I would like some examples. In the rtl-reference I found working examples with sockets, but these use deprecated functions. I translated them to up-to-date functions but I don't know how to read from the socket, do I use fpRead or fpRecv ? How do I chec