Nicola Girardi wrote:
Tam Pikey wrote:
$ gpc --automake sort.pas
[snip]
sort.pas:11: undeclared identifier `Pexecute' (first use this function)
[snip]
Are you sure you are including the unit in which PExecute is? :)
uses Pipe;
The unit has changed (and AFAIR his last mail, he's using a rather old GPC version). Formerly, PExecute was in the RTS, and even earlier it was itw own unit (uses PExecute).
But anyway, I'll need more information to give more hints such as a (stripped-down) example that exhibits the problem. (However, since I don't have auch an old GPC readily available, I'm not even sure if I can help then.)
Frank