[fpc-pascal] TProcess vs RunProcess()

Jonas Maebe jonas at freepascal.org
Mon Jan 30 07:31:01 CET 2017


Lars wrote:
> But doesn't all processes report to stderr?
> Ones that are created in a program do not report to stderr?
> 
> The OS makes it optional if you want to report to stderr?  Interesting..

Every process (on Windows: every non-GUI process) on maintstream OSes
(and on many non-mainstream OSes too) has by default two standard file
handles available to which it can write output: stdout and stderr.


Jonas



More information about the fpc-pascal mailing list