[fpc-pascal] Piping: high level tool? Strong types sent via pipe
Jonas Maebe
jonas.maebe at elis.ugent.be
Wed Oct 19 07:35:14 CEST 2016
Lars wrote:
> Am I just reinventing the library already available for fpc for IPC
> (interprocess communication) ?
The simpleipc unit does not contain support for sending arbitrarily
typed data, but you could use the fcl-json units to encode your data in
json, send the json data as a string, and decode it again on the other side.
You could also build a wrapper unit on top of that.
Jonas
More information about the fpc-pascal
mailing list