启动错误:使用 eclipse cdt 和 Visual C 编译器错误(cl.exe)
我尝试使用 eclipse 3.7 cdt 和 Visual C++ 编译器来编译应用默认设置的 cpp 代码。
编译和链接过程都正常。但程序仍然无法启动,并出现错误。
“启动配置中未指定程序文件。”
I try to using eclipse 3.7 cdt with visual c++ compiler to compile my cpp code appling default setting.
the compile and link process are ok. But the program still could not launch with an error.
"A program file was not specified in the launch configuration."
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅这篇 IBM 文章(关于调试配置,但对于“运行”配置也很有用):
您需要指定项目和可执行文件跑步。
See this IBM article (about the debug configuration, but also useful for a "run" configuration):
You need to specify the Project and executable to run.