Re: [fpc-devel] simpleipc under Linux

2015-02-28 Thread Mattias Gaertner
On Sat, 28 Feb 2015 20:52:07 +0100 (CET) Michael Van Canneyt wrote: >[...] > > Should I create a mantis issue? > > Yes. Done: http://bugs.freepascal.org/view.php?id=27572 Mattias ___ fpc-devel maillist - [email protected] http://lis

Re: [fpc-devel] simpleipc under Linux

2015-02-28 Thread Michael Van Canneyt
On Sat, 28 Feb 2015, Mattias Gaertner wrote: Hi, SimpleIPC under Linux always creates the pipe file under /tmp/. packages/fcl-process/src/unix/simpleipc.inc constructor TPipeClientComm.Create(AOWner: TSimpleIPCClient); Var D : String; begin inherited Create(AOWner); FFileName:=Owner.Se

[fpc-devel] simpleipc under Linux

2015-02-28 Thread Mattias Gaertner
Hi, SimpleIPC under Linux always creates the pipe file under /tmp/. packages/fcl-process/src/unix/simpleipc.inc constructor TPipeClientComm.Create(AOWner: TSimpleIPCClient); Var D : String; begin inherited Create(AOWner); FFileName:=Owner.ServerID; If (Owner.ServerInstance<>'') then