开发者

visual studio c++ problem with two independent projects in a solution?

I created two projects in a solution in Visual Studio C++.Both of them have the same files including the file containing the main function. But I am unable开发者_运维技巧 to execute the projects independently. One of them throws an error. Do all the projects in a solution link to one exe/assembly ?


Do all the projects in a solution link to one exe/assembly ?

No. However if you want to run several debugging sessions using debuggers integrated into Visual Studio at same time then you have to run several Visual Studios at same time.

It is debugging only single process per time.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜