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
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
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