[fpc-devel] FPDoc parser doesn't handle forward declarations properly?
Marco van de Voort
marcov at stack.nl
Thu Dec 8 10:31:53 CET 2011
In our previous episode, Sven Barth said:
> > The -v option should become more verbose, just for hunting such bugs.
> > And the messages should go to stdout instead of stderr, at least on
> > Windows (with poor redirection capabilities).
>
> StdErr redirection works in Windows the same as on Unix systems.
>
> c:\>someapp.exe > stdout.txt 2> stderr.txt
Or
someapp.exe 2>&1 > stdoutandstderr.txt
to combine it, but then someapp must flush every line.
More information about the fpc-devel
mailing list