开发者

Is it possible to run devenv.exe in foreground?

开发者 https://www.devze.com 2022-12-20 07:48 出处:网络
I need to build a solution with CAB Project. As far as I understand I should use devenv.exe in order to build CAB.

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 MyActiv开发者_开发技巧eX.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.


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.


You need to run "devenv.com"

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号