Visual Studio compiles but the exe isn't there

后端 未结 13 826
终归单人心
终归单人心 2021-01-17 11:22

Source code that compiles fine on other peoples environments won\'t correctly work in my environment. When I do a rebuild the compile occurs but when visual studio goes to

13条回答
  •  旧巷少年郎
    2021-01-17 11:48

    If the exact same solution works on other machines, then it's an environment problem and no amount of looking at the project, linker, etc is going to resolve this. What is different about the environments? Are the same service packs and QFE's applied for not just Studio, but also the OS? Is there a difference in processors (64/32-bit)? Are your permissions the same? Do you have the same SDKs installed?

    I'd agree with Shahi that just trying to build a "hello world" app against the same SDK and see if it will compile is valuable info.

提交回复
热议问题