문제

Each import in .idl file generate following output:
64 bit Processing file.idl

Because of that I have two pages of output for every idl file processed. Is there any way to reduce this flood? Ideal for me is that same what c++ compiler do - only one line of output with input file name if there was no warnings or errors.

I have tried /nologo and /W0 switches, but it didn't helped. Any ideas?

도움이 되었습니까?

해결책

Unfortunately those printf lines are unconditional - they are always printed out.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top