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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to