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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to