On 25-11-2010 10:24, michael.vancann...@wisa.be wrote:

They are threadvars in trunk:

ThreadVar
  ThreadID    : TThreadID;
  { Standard In- and Output }
  ErrOutput,
  Output,
  Input,
  StdOut,
  StdErr      : Text;

Michael.
_______________________________________________
That's not Delphi compatible, btw: ;) : op.cit: system.pas
var
...........
  Input: Text;            { Standard input }
  Output: Text;           { Standard output }
  ErrOutput: Text;        { Standard error output }

It may be a good thing, though.
It also explains my strange results in testing D vs FPC this morning.

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to