Re: [fpc-pascal]IPC Question

2003-09-03 Thread L D Blake
Hello, This is in reply to your letter of September 3, 2003 > Hi all, > I wrote 2 programs which are using the IPC queue. Now I have a > problem, that often the the queue cannot be opened. > I did some tests and cannot find out where the problem is. > The relevant code is here: > ipcqueue:='/

[fpc-pascal]IPC Question

2003-09-03 Thread Michael Weinert
Hi all, I wrote 2 programs which are using the IPC queue. Now I have a problem, that often the the queue cannot be opened. I did some tests and cannot find out where the problem is. The relevant code is here: ipcqueue:='/var/ipc'; IPC_Key:=ftok(ipcqueue,'M'); // Eindeutigen S

RE: [fpc-pascal]use of funct identifier in funct body

2003-09-03 Thread Peter Vreman
> If i know good, the result variable exists in function without declare it. > Use result instead function name. That is correct. But the result keyword is only supported in Delphi and ObjFpc modes ___ fpc-pascal maillist - [EMAIL PROTECTED] http:/

RE: [fpc-pascal]use of funct identifier in funct body

2003-09-03 Thread Balázs Csaba
If i know good, the result variable exists in function without declare it. Use result instead function name. #Tsch : Balázs Csaba > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Peter Vreman > Sent: Wednesday, September 03, 2003 8:15 AM > To: