是否可以在前台运行 devenv.exe?

发布于 2024-08-21 06:30:51 字数 242 浏览 2 评论 0原文

我需要使用 CAB 项目构建一个解决方案。
据我了解,我应该使用 devenv.exe 来构建 CAB。
以下命令行在后台启动 devenv.exe
devenv.exe MyActiveX.sln /Rebuild "Release"

是否可以在前台运行 devenv.exe?
我想获取构建跟踪,而不是在文件中,而是在标准输出中。

I need to build a solution with CAB Project.
As far as I understand I should use devenv.exe in order to build CAB.
Following command line starts devenv.exe in background:
devenv.exe MyActiveX.sln /Rebuild "Release"

Is it possible to run devenv.exe in foreground?
I would like to get build traces not in file but to stdout.

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

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

发布评论

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

评论(2

橪书 2024-08-28 06:30:51

在本例中,您必须运行 devenv.com,它是控制台应用程序1devenv.exe 是一个 GUI 应用程序,因此无法将任何内容打印到当前控制台。


1 就像 dumpbin 会告诉你的那样。

You have to run devenv.com in this case which is the console application1. devenv.exe is a GUI application and therefore simply can't print anything to your current console.


1 As dumpbin will tell you.

忆离笙 2024-08-28 06:30:51

您需要运行“devenv.com”

You need to run "devenv.com"

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