Prompting using stdio

via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Sep 28 12:12:05 PDT 2014


On Sunday, 28 September 2014 at 16:02:44 UTC, Nordlöw wrote:
> On Sunday, 28 September 2014 at 16:01:06 UTC, Nordlöw wrote:
>> The piping to ddemangle messed things up...
>>
>> Thanks anyway.
>
> Does anybody have a better solution to this? I would still like 
> the linker error output be ddemangled...

You can redirect stderr to ddemangle:

     rdmd ... 2> >( ddemangle )


More information about the Digitalmars-d-learn mailing list