> [ Charset ISO-8859-1 unsupported, converting... ]
>> 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.
>
>   ./something >&  out.log
>
> however units like crt might make this not possible. The exact solution
> for
> that differs with application.

You can also set an environment variable.

http://www.freepascal.org/docs-html/rtl/heaptrc/environment.html

Darius



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

Reply via email to