MIDL 导入关键字生成大量编译器输出

发布于 2024-09-30 18:55:09 字数 202 浏览 5 评论 0原文

.idl 文件中的每次导入都会生成以下输出:
64 位处理 file.idl

因此,对于每个处理的 idl 文件,我都有两页输出。有什么办法可以减少这次洪水吗?对我来说理想的是 c++ 编译器所做的相同 - 如果没有警告或错误,则只有一行带有输入文件名的输出。

我尝试过 /nologo 和 /W0 开关,但没有帮助。有什么想法吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

悲歌长辞 2024-10-07 18:55:09

不幸的是,这些 printf 行是无条件的 - 它们总是被打印出来。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文