没有创建exe文件 [英] Not creating exe file

查看:93
本文介绍了没有创建exe文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是一名C ++编程初学者。我正在做期中考试,而且软件没有创建exe文件!它对前五个项目做得很好!我距离截止日期还有48小时,我的导师可能会提供帮助。

I am a beginning C++ programming student. I'm doing my midterm exam, and the software isn't creating an exe file! It did it just fine for the first five projects! I'm still 48 hours away from deadline and my instructor may be able to help.

我感到困惑和沮丧。知道为什么没有创建exe文件?

I am puzzled and frustrated. Any idea why the exe file isn't being created?

我希望我能回到这里找到你的建议。谢谢!

I hope I can find my way back here to find your suggestions. Thanks!

推荐答案


我正在进行期中考试,而且软件没有创建exe文件!

I'm doing my midterm exam, and the software isn't creating an exe file!

最常见的原因:



(1)编译中有错误。这会阻止链接器创建

   一个.exe文件。仔细检查输出和错误窗口是否有任何


   错误。进行构建或重建。修复任何错误。不要试图运行/调试


   直到构建没有错误。

    

(2)确保您在IDE编辑器中处理的代码位于文件中$
   作为此项目的源代码列出,如在
   中所示。 Solution Explorer窗口。

    

- Wayne

    

    



Most common causes:

(1) There were errors in the compile. That prevents the linker from creating
    an .exe file. Check the Output and Errors windows carefully for any
    errors. Do a Build or Rebuild. Fix any errors. Don't try to run/debug
    until the build is error-free.
    
(2) Make sure the code you're working on in the IDE editor is in a file
    that is listed as source code for this project, as seen in the
    Solution Explorer window.
    
- Wayne
    
    


这篇关于没有创建exe文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆