On 25 Nov 2010, at 10:52, Anton Kavalenka wrote:

Due to incompatibility of RTL between FPC and Delphi my capturing tricks not work.
BTW what the real reason to make these files as threadvar?

To prevent multiple threads writing to stdin/stdout/sterr at the same time from corrupting each other's data (all of these text files use an internal buffer, even when the output is immediately flushed afterwards).


Jonas


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

Reply via email to