Graeme Geldenhuys schreef:
Hi,

If I compile a project the -gh (Heaptrc unit), how to I capture the
output generated when I quite the application to a file?


I tried the normal:   $./text > out.log

But that doesn't work... the out.log is empty.

RTFM for the log=... use
http://www.freepascal.org/docs-html/rtl/heaptrc/environment.html

if no filename is given, it outputs to stderr and not stdout.

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

Reply via email to